Commit b2877988 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3822 append cilkscreen errors to stderr closes[t:3822]

git-svn-id: file:///svn/toku/tokudb@33433 c7de825b-a66e-492c-adef-691d508d4ae1
parent 729191f2
...@@ -11,7 +11,7 @@ logfile=$(mktemp /tmp/toku_cilkscreen.XXXXXXXX) ...@@ -11,7 +11,7 @@ logfile=$(mktemp /tmp/toku_cilkscreen.XXXXXXXX)
cilkscreen $* 2>$logfile cilkscreen $* 2>$logfile
exitcode=$? exitcode=$?
if [ $exitcode = 0 ] ; then if [ $exitcode = 0 ] ; then
cat $logfile >/dev/fd/2 cat $logfile >>/dev/fd/2
grep "No errors found by Cilkscreen" $logfile >/dev/null 2>&1 grep "No errors found by Cilkscreen" $logfile >/dev/null 2>&1
exitcode=$? exitcode=$?
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment