[llvm-commits] [test-suite] r47756 - /test-suite/trunk/RunSafely.sh

Lauro Ramos Venancio lauro.venancio at gmail.com
Wed Mar 5 11:05:26 PST 2008


>   if [ "x$RHOST" = x ] ; then
>  -  ( sh -c "$ULIMITCMD time -p $COMMAND >$OUTFILE 2>&1 < $INFILE; echo exit \$?" ) 2>&1 \
>  +  ( sh -c "$ULIMITCMD"; time -p sh -c "$COMMAND >$OUTFILE 2>&1 < $INFILE" ; echo exit $? ) 2>&1 \

Evan, I'm afraid you reverted the fix for PR1437.


Lauro



More information about the llvm-commits mailing list