[llvm-commits] CVS: llvm/test/Programs/RunSafely.sh

Chris Lattner lattner at cs.uiuc.edu
Sun May 11 13:56:01 PDT 2003


Changes in directory llvm/test/Programs:

RunSafely.sh updated: 1.2 -> 1.3

---
Log message:

Changes to make it compatible with Sun systems


---
Diffs of the changes:

Index: llvm/test/Programs/RunSafely.sh
diff -u llvm/test/Programs/RunSafely.sh:1.2 llvm/test/Programs/RunSafely.sh:1.3
--- llvm/test/Programs/RunSafely.sh:1.2	Sun May 11 12:34:14 2003
+++ llvm/test/Programs/RunSafely.sh	Sun May 11 13:55:29 2003
@@ -19,8 +19,8 @@
 shift
 
 rm -f core core.*
-ulimit -c hard
-(time -p $PROGRAM $* > $OUTFILE 2>&1) 2> $OUTFILE.time
+ulimit -c unlimited
+(time -p $PROGRAM $* > $OUTFILE) 2> $OUTFILE.time
 if ls | egrep "^core" > /dev/null
 then
     corefile=`ls core* | head -1`





More information about the llvm-commits mailing list