[llvm-commits] CVS: llvm/test/lib/llvm-dg.exp
Tanya Brethour
tbrethou at cs.uiuc.edu
Mon Nov 29 22:29:56 PST 2004
Changes in directory llvm/test/lib:
llvm-dg.exp updated: 1.10 -> 1.11
---
Log message:
Adding timeout for a test.
---
Diffs of the changes: (+2 -0)
Index: llvm/test/lib/llvm-dg.exp
diff -u llvm/test/lib/llvm-dg.exp:1.10 llvm/test/lib/llvm-dg.exp:1.11
--- llvm/test/lib/llvm-dg.exp:1.10 Fri Nov 19 17:00:19 2004
+++ llvm/test/lib/llvm-dg.exp Tue Nov 30 00:29:45 2004
@@ -1,5 +1,7 @@
proc llvm-runtest { programs objdir srcdir subdir target_triplet llvmgcc llvmgxx prcontext} {
+ set timeout 60
+
set path [file join $objdir $subdir]
#Make Output Directory if it does not exist already
More information about the llvm-commits
mailing list