~ubuntu-branches/debian/sid/varnish/sid

« back to all changes in this revision

Viewing changes to bin/varnishtest/vtc_main.c

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-10-29 15:23:24 UTC
  • mfrom: (0.1.15)
  • Revision ID: package-import@ubuntu.com-20111029152324-tdtlsurrv22ysknj
Tags: 3.0.2-1
* New upstream release
* Build from upstream tarball instead of git tag
* debian/watch: more specific regular expression

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
                free(jp->tmpdir);
225
225
 
226
226
                if (stx) {
227
 
                        printf("#     top  TEST %s FAILED (%.3f)\n",
 
227
                        printf("#     top  TEST %s FAILED (%.3f)",
228
228
                            jp->tst->filename, t);
 
229
                        if (WIFSIGNALED(stx))
 
230
                                printf(" signal=%d", WTERMSIG(stx));
 
231
                        printf(" exit=%d\n", WEXITSTATUS(stx));
229
232
                        if (!vtc_continue) {
230
233
                                /* XXX kill -9 other jobs ? */
231
234
                                exit(2);