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

John Criswell criswell at cs.uiuc.edu
Tue Dec 2 08:53:01 PST 2003


Changes in directory llvm/test/QMTest:

llvmdb.py updated: 1.10 -> 1.11

---
Log message:

Fixed Bug 161.  The temporary directory (llvm/test/tmp) is no longer
considered when looking for test suites and tests.



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

Index: llvm/test/QMTest/llvmdb.py
diff -u llvm/test/QMTest/llvmdb.py:1.10 llvm/test/QMTest/llvmdb.py:1.11
--- llvm/test/QMTest/llvmdb.py:1.10	Wed Nov 19 14:22:09 2003
+++ llvm/test/QMTest/llvmdb.py	Tue Dec  2 08:52:12 2003
@@ -164,7 +164,7 @@
 		# Record names of invalid directories and files.
 		#
 		invalid_dirs = ['CVS', 'QMTest', 'QMTestDB', 'Scripts', 'Programs',
-		                'Fragments', 'Reoptimizer']
+		                'Fragments', 'Reoptimizer', 'tmp']
 
 		invalid_files = ['Makefile', 'README.txt', '.cvsignore', 'opaquetypes.ll']
 





More information about the llvm-commits mailing list