summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Protze <protze@itc.rwth-aachen.de>2019-01-16 13:06:10 +0000
committerJoachim Protze <protze@itc.rwth-aachen.de>2019-01-16 13:06:10 +0000
commitc7306e2c74f3a560f6a56d94f3b286ff05bd72d3 (patch)
tree956a6e0b49d1dc35269747dad61ebd0a6569aa1c
parent6dfbb7db39f245c578430c2669ae8bc01f2656d1 (diff)
[OpenMP] Output written by tests should go to build directory
-rw-r--r--openmp/runtime/test/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/test/lit.cfg b/openmp/runtime/test/lit.cfg
index 3c6b57d8ed9..1d050c459d8 100644
--- a/openmp/runtime/test/lit.cfg
+++ b/openmp/runtime/test/lit.cfg
@@ -127,7 +127,7 @@ config.substitutions.append(("%flags", config.test_flags))
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.