[llvm-commits] [dragonegg] r152722 - /dragonegg/trunk/test/DETestRunner.py

Duncan Sands baldrick at free.fr
Wed Mar 14 08:57:43 PDT 2012


Author: baldrick
Date: Wed Mar 14 10:57:42 2012
New Revision: 152722

URL: http://llvm.org/viewvc/llvm-project?rev=152722&view=rev
Log:
Have all tests in the same directory put all of their output in the
same directory.  This is useful for Fortran 90 where some files may
want modules produced by another file.

Modified:
    dragonegg/trunk/test/DETestRunner.py

Modified: dragonegg/trunk/test/DETestRunner.py
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/test/DETestRunner.py?rev=152722&r1=152721&r2=152722&view=diff
==============================================================================
--- dragonegg/trunk/test/DETestRunner.py (original)
+++ dragonegg/trunk/test/DETestRunner.py Wed Mar 14 10:57:42 2012
@@ -60,7 +60,6 @@
     execPath = test.getExecPath()
     execDir,execBase = os.path.split(execPath)
     tmpDir = os.path.join(execDir, 'Output')
-    tmpDir = os.path.join(tmpDir, execBase)
     Util.mkdir_p(tmpDir)
 
     # Is this test expected to fail?





More information about the llvm-commits mailing list