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

Zhou Sheng zhousheng00 at gmail.com
Tue Mar 4 05:44:11 PST 2008


Hi,

> @@ -99,7 +99,7 @@
> # necessary I/O redirection.
> #
> PWD=`pwd`
> -COMMAND="$PROGRAM $*"
> +COMMAND="$PWD/$PROGRAM $*"

This is incorrect when PROGRAM=/xxx/bin/lli


> if [ "$SYSTEM" = "Darwin" ]; then
> COMMAND="${DIR}TimedExec.sh $ULIMIT $PWD $COMMAND"
> fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080304/3f9e084c/attachment.html>


More information about the llvm-commits mailing list