From c39a5e0de8379ce92d45f895e26cc8fd7cb0adb4 Mon Sep 17 00:00:00 2001 From: Evghenii Date: Mon, 20 Jan 2014 16:08:24 +0100 Subject: [PATCH] change extension to tmp files from .ispc to _ispc --- run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.py b/run_tests.py index 231406da..f546463e 100755 --- a/run_tests.py +++ b/run_tests.py @@ -264,7 +264,7 @@ def run_test(testname): if is_generic_target: ispc_cmd += " --emit-c++ --c++-include-file=%s" % add_prefix(options.include_file) if is_nvptx_target: - filename4ptx = filename+".ptx.parsed.ispc" + filename4ptx = filename+".ptx.parsed_ispc" grep_cmd = "grep -v 'export uniform int width' %s > %s " % \ (filename, filename4ptx) if options.verbose: