aboutsummaryrefslogtreecommitdiff
path: root/test/lib
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-08 03:26:59 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-08 03:26:59 +0000
commit00a7469e69fdd278a0b43cf9a56a1b33551ff8a7 (patch)
tree0cf2806ce895fd49eeec8f3eff4138e16d8ed0e4 /test/lib
parente3c803c621863c0e75c24ab95de9836caa51732c (diff)
Now using path to python found by configure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17610 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/llvm-dg.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/llvm-dg.exp b/test/lib/llvm-dg.exp
index 7fcb1facdb..35f9d3bf29 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 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]} {