[llvm-commits] CVS: llvm/test/QMTest/llvm.py

John Criswell criswell at cs.uiuc.edu
Mon Aug 2 14:40:50 PDT 2004



Changes in directory llvm/test/QMTest:

llvm.py updated: 1.29 -> 1.30

---
Log message:

Fixed up whitespace.


---
Diffs of the changes:  (+10 -10)

Index: llvm/test/QMTest/llvm.py
diff -u llvm/test/QMTest/llvm.py:1.29 llvm/test/QMTest/llvm.py:1.30
--- llvm/test/QMTest/llvm.py:1.29	Mon Jun 21 01:37:11 2004
+++ llvm/test/QMTest/llvm.py	Mon Aug  2 16:40:39 2004
@@ -869,16 +869,16 @@
 		environment['PATH'] = buildroot + '/tools/' + buildtype + ':' + srcroot + '/test/Scripts:' + environment['PATH']
 		environment['QMV_llvmgcc'] = context['llvmgcc']
 
-                # Extract the RUN: script (making the following substitutions:)
-                extractEnv = { 's': srcfile,
-                               't': scriptfile + '.tmp',
-                               'llvmgcc': context['llvmgcc'],
-                               'llvmgxx': context['llvmgxx'] }
-                try:
-                        self.extractScript (srcfile, scriptfile, extractEnv)
-                except EnvironmentError:
-                        result.Fail ('Failed to extract script from ' + srcfile)
-                        return
+		# Extract the RUN: script (making the following substitutions:)
+		extractEnv = { 's': srcfile,
+									 't': scriptfile + '.tmp',
+									 'llvmgcc': context['llvmgcc'],
+									 'llvmgxx': context['llvmgxx'] }
+		try:
+						self.extractScript (srcfile, scriptfile, extractEnv)
+		except EnvironmentError:
+						result.Fail ('Failed to extract script from ' + srcfile)
+						return
 
 		# Execute the script using TestRunner.
 		mypath = os.getcwd ()





More information about the llvm-commits mailing list