diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-11-13 23:16:17 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-11-13 23:16:17 +0000 |
commit | 79d046ba706ae530ab987b19433a551efdfabb8a (patch) | |
tree | 52bf5157c9024b44f6ec13b4319d309e0c9a7db9 /llvm/test/lib | |
parent | 4afaf40a28f8c54890d37c699a8a5100efb0792c (diff) | |
download | bcm5719-llvm-79d046ba706ae530ab987b19433a551efdfabb8a.tar.gz bcm5719-llvm-79d046ba706ae530ab987b19433a551efdfabb8a.zip |
Run prcontext.tcl with tclsh and let it be found in the path. This should be found by configure.
llvm-svn: 17713
Diffstat (limited to 'llvm/test/lib')
-rw-r--r-- | llvm/test/lib/llvm-dg.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/lib/llvm-dg.exp b/llvm/test/lib/llvm-dg.exp index d7beb1ee9c7..4fe6a4aa25f 100644 --- a/llvm/test/lib/llvm-dg.exp +++ b/llvm/test/lib/llvm-dg.exp @@ -53,7 +53,7 @@ proc llvm-runtest { programs objdir subdir target_triplet llvmgcc llvmgxx prcont 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]} { |