[llvm-commits] CVS: llvm/test/lib/llvm-dg.exp

Tanya Brethour tbrethou at cs.uiuc.edu
Sat Nov 13 15:16:28 PST 2004



Changes in directory llvm/test/lib:

llvm-dg.exp updated: 1.6 -> 1.7
---
Log message:

Run prcontext.tcl with tclsh and let it be found in the path. This should be 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.6 llvm/test/lib/llvm-dg.exp:1.7
--- llvm/test/lib/llvm-dg.exp:1.6	Sat Nov 13 16:55:51 2004
+++ llvm/test/lib/llvm-dg.exp	Sat Nov 13 17:16:17 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 "prcontext.tcl" new_runline
+		regsub -all {%prcontext} $new_runline "tclsh prcontext.tcl" new_runline
 
 		puts $scriptFileId $new_runline
 	    } elseif {[regexp {XFAIL:[ *](.+)} $line match targets]} {






More information about the llvm-commits mailing list