[Swift-commit] r2658 - log-processing/tests/log-processing
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Mar 9 05:51:48 CDT 2009
Author: benc
Date: 2009-03-09 05:51:47 -0500 (Mon, 09 Mar 2009)
New Revision: 2658
Modified:
log-processing/tests/log-processing/run
Log:
fix error output when test fails
Modified: log-processing/tests/log-processing/run
===================================================================
--- log-processing/tests/log-processing/run 2009-03-09 10:28:24 UTC (rev 2657)
+++ log-processing/tests/log-processing/run 2009-03-09 10:51:47 UTC (rev 2658)
@@ -5,7 +5,7 @@
pushd $d
./run
if [ "$?" -ne "0" ]; then
- echo "sort-preserve test failed"
+ echo "log-processing test $d failed"
exit 1
fi
More information about the Swift-commit
mailing list