[llvm-commits] CVS: llvm/test/lib/llvm-dg.exp
Tanya Brethour
tbrethou at cs.uiuc.edu
Sun Nov 7 19:27:10 PST 2004
Changes in directory llvm/test/lib:
llvm-dg.exp updated: 1.4 -> 1.5
---
Log message:
Now using path to python found by configure.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/lib/llvm-dg.exp
diff -u llvm/test/lib/llvm-dg.exp:1.4 llvm/test/lib/llvm-dg.exp:1.5
--- llvm/test/lib/llvm-dg.exp:1.4 Sun Nov 7 17:21:50 2004
+++ llvm/test/lib/llvm-dg.exp Sun Nov 7 21:26:59 2004
@@ -53,7 +53,7 @@
regsub -all {%llvmgxx} $new_runline $llvmgxx new_runline
#replace %prcontext with actual path to llvmg++ (Goes away when we remove qmtest)
- regsub -all {%prcontext} $new_runline "python $prcontext" 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