[OpenMP] Output written by tests should go to build directory

llvm-svn: 351332
This commit is contained in:
Joachim Protze 2019-01-16 13:06:10 +00:00
parent 2a32a69c53
commit c46bd682ac
1 changed files with 1 additions and 1 deletions

View File

@ -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.