diff options
-rw-r--r-- | test/lib/llvm-dg.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lib/llvm-dg.exp b/test/lib/llvm-dg.exp index 35f9d3b..d7beb1e 100644 --- a/test/lib/llvm-dg.exp +++ b/test/lib/llvm-dg.exp @@ -52,8 +52,8 @@ proc llvm-runtest { programs objdir subdir target_triplet llvmgcc llvmgxx prcont #replace %llvmgxx with actual path to llvmg++ 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 "$prcontext" new_runline + #replace %prcontext with prcontext.tcl (Goes away when we remove qmtest) + regsub -all {%prcontext} $new_runline "prcontext.tcl" new_runline puts $scriptFileId $new_runline } elseif {[regexp {XFAIL:[ *](.+)} $line match targets]} { |