[llvm-commits] CVS: llvm/test/lib/llvm-dg.exp
Tanya Brethour
tbrethou at cs.uiuc.edu
Sat Nov 13 15:36:29 PST 2004
Changes in directory llvm/test/lib:
llvm-dg.exp updated: 1.7 -> 1.8
---
Log message:
setting path to prcontext.tcl script. Right now it searches for tclsh in your path, but this should be obtained from configure.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/lib/llvm-dg.exp
diff -u llvm/test/lib/llvm-dg.exp:1.7 llvm/test/lib/llvm-dg.exp:1.8
--- llvm/test/lib/llvm-dg.exp:1.7 Sat Nov 13 17:16:17 2004
+++ llvm/test/lib/llvm-dg.exp Sat Nov 13 17:36:18 2004
@@ -53,7 +53,7 @@
regsub -all {%llvmgxx} $new_runline $llvmgxx new_runline
#replace %prcontext with prcontext.tcl (Goes away when we remove qmtest)
- regsub -all {%prcontext} $new_runline "tclsh prcontext.tcl" new_runline
+ regsub -all {%prcontext} $new_runline $prcontext new_runline
puts $scriptFileId $new_runline
} elseif {[regexp {XFAIL:[ *](.+)} $line match targets]} {
More information about the llvm-commits
mailing list