[llvm-commits] CVS: llvm/test/QMTest/llvm.py
John Criswell
criswell at cs.uiuc.edu
Mon Aug 2 15:29:51 PDT 2004
Changes in directory llvm/test/QMTest:
llvm.py updated: 1.30 -> 1.31
---
Log message:
Add support for using the prcontext python script instead of grep -C.
---
Diffs of the changes: (+2 -1)
Index: llvm/test/QMTest/llvm.py
diff -u llvm/test/QMTest/llvm.py:1.30 llvm/test/QMTest/llvm.py:1.31
--- llvm/test/QMTest/llvm.py:1.30 Mon Aug 2 16:40:39 2004
+++ llvm/test/QMTest/llvm.py Mon Aug 2 17:29:41 2004
@@ -873,7 +873,8 @@
extractEnv = { 's': srcfile,
't': scriptfile + '.tmp',
'llvmgcc': context['llvmgcc'],
- 'llvmgxx': context['llvmgxx'] }
+ 'llvmgxx': context['llvmgxx'],
+ 'prcontext': context['python'] + ' ' + srcroot + '/test/Scripts/prcontext.py'}
try:
self.extractScript (srcfile, scriptfile, extractEnv)
except EnvironmentError:
More information about the llvm-commits
mailing list