diff options
Diffstat (limited to 'openmp/runtime/test/lit.cfg')
| -rw-r--r-- | openmp/runtime/test/lit.cfg | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/test/lit.cfg b/openmp/runtime/test/lit.cfg index 02abba03d4f..3c6b57d8ed9 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", config.test_filecheck)) +    config.substitutions.append(("FileCheck", "tee %%s.out | %s" % config.test_filecheck))      config.substitutions.append(("%sort-threads", "sort -n -s"))      if config.operating_system == 'Windows':          # No such environment variable on Windows.  | 

