diff options
| author | Gareth Rees | 2013-05-21 17:34:35 +0100 |
|---|---|---|
| committer | Gareth Rees | 2013-05-21 17:34:35 +0100 |
| commit | f306ba4b47f60d91267186a7cc142c9cd289ea05 (patch) | |
| tree | 327147df385c65d5baea2abe34ee4585c3313730 /mps/code | |
| parent | 156a45040378f00c00f8d6d9ad47704f4773685f (diff) | |
| download | emacs-f306ba4b47f60d91267186a7cc142c9cd289ea05.tar.gz emacs-f306ba4b47f60d91267186a7cc142c9cd289ea05.zip | |
Show the output of the test case that failed. (on linux.)
Copied from Perforce
Change: 182044
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
| -rw-r--r-- | mps/code/comm.gmk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/comm.gmk b/mps/code/comm.gmk index 2271fa9a4c0..ba0b1c4e1d9 100644 --- a/mps/code/comm.gmk +++ b/mps/code/comm.gmk | |||
| @@ -241,7 +241,7 @@ TESTCASES=abqtest amcss amcsshe amcssth amsss amssshe apss arenacv awlut \ | |||
| 241 | testrun: $(TESTCASES) | 241 | testrun: $(TESTCASES) |
| 242 | OUTPUT=$$(mktemp -d /tmp/mps.log.XXXXXX); \ | 242 | OUTPUT=$$(mktemp -d /tmp/mps.log.XXXXXX); \ |
| 243 | echo "Logging test output to $$OUTPUT"; \ | 243 | echo "Logging test output to $$OUTPUT"; \ |
| 244 | $(^:%=(TESTCASE=$(PFM)/$(VARIETY)/%; \ | 244 | $(^:%=(TEST=%; TESTCASE=$(PFM)/$(VARIETY)/$$TEST; \ |
| 245 | echo "Running $$TESTCASE" && \ | 245 | echo "Running $$TESTCASE" && \ |
| 246 | $$TESTCASE > $$OUTPUT/$$TEST || (cat $$OUTPUT/$$TEST; exit 1)) &&) true | 246 | $$TESTCASE > $$OUTPUT/$$TEST || (cat $$OUTPUT/$$TEST; exit 1)) &&) true |
| 247 | 247 | ||