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
This commit is contained in:
Tanya Lattner
2004-11-08 03:26:59 +00:00
parent e3c803c621
commit 00a7469e69
2 changed files with 2 additions and 2 deletions

View File

@@ -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]} {