[Swift-commit] r2872 - trunk/libexec/log-processing
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Thu Apr 23 03:15:04 CDT 2009
Author: benc
Date: 2009-04-23 03:15:03 -0500 (Thu, 23 Apr 2009)
New Revision: 2872
Modified:
trunk/libexec/log-processing/log-to-execute-transitions
Log:
There might not be any executes in a successful run log (because the
SwiftScript program may not have called any...). This commit makes the log
processing code happier with that situation.
Modified: trunk/libexec/log-processing/log-to-execute-transitions
===================================================================
--- trunk/libexec/log-processing/log-to-execute-transitions 2009-04-23 08:14:14 UTC (rev 2871)
+++ trunk/libexec/log-processing/log-to-execute-transitions 2009-04-23 08:15:03 UTC (rev 2872)
@@ -20,6 +20,11 @@
sed 's/\([^ ]*\) INFO vdl:execute \([^ ]*\) .*thread=\([^ ]*\).*$/\1 \3 \2/' |\
grep -E '^[^$]'
+# force a successful exit, rather than using the exit codes from pipeline
+# components above (most probably grep?)
+
+exit 0
+
#sed 's/^\([^ ]*\) [^ ]+ +vdl:execute \([^ ]*\) thread=\([^ ]*\).*/\1 \3 \2/'
# | \
More information about the Swift-commit
mailing list