[Openmp-commits] [openmp] r351332 - [OpenMP] Output written by tests should go to build directory

Joachim Protze via Openmp-commits openmp-commits at lists.llvm.org
Wed Jan 16 05:06:10 PST 2019


Author: jprotze
Date: Wed Jan 16 05:06:10 2019
New Revision: 351332

URL: http://llvm.org/viewvc/llvm-project?rev=351332&view=rev
Log:
[OpenMP] Output written by tests should go to build directory

Modified:
    openmp/trunk/runtime/test/lit.cfg

Modified: openmp/trunk/runtime/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/test/lit.cfg?rev=351332&r1=351331&r2=351332&view=diff
==============================================================================
--- openmp/trunk/runtime/test/lit.cfg (original)
+++ openmp/trunk/runtime/test/lit.cfg Wed Jan 16 05:06:10 2019
@@ -127,7 +127,7 @@ config.substitutions.append(("%flags", c
 config.substitutions.append(("%python", '"%s"' % (sys.executable)))
 
 if config.has_ompt:
-    config.substitutions.append(("FileCheck", "tee %%s.out | %s" % config.test_filecheck))
+    config.substitutions.append(("FileCheck", "tee %%t.out | %s" % config.test_filecheck))
     config.substitutions.append(("%sort-threads", "sort -n -s"))
     if config.operating_system == 'Windows':
         # No such environment variable on Windows.




More information about the Openmp-commits mailing list