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 | c7185ac36aced783494d2a3969f81a80f71ed126 (patch) | |
tree | 5ee5534c58b27eed8e4ccdc7cd62fc36eb1c60cc /test/lib | |
parent | 28b372f1d3653a10f44b7769bc8d534f38475516 (diff) |
Run prcontext.tcl with tclsh and let it be found in the path. This should be found by configure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17713 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lib')
-rw-r--r-- | test/lib/llvm-dg.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/llvm-dg.exp b/test/lib/llvm-dg.exp index d7beb1ee9c..4fe6a4aa25 100644 --- a/test/lib/llvm-dg.exp +++ b/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]} { |