Issue #453: now run_tests.py checks ispc_exe availability

This commit is contained in:
Vsevolod Livinskij
2013-04-03 18:04:11 +04:00
parent 78e03c6402
commit 4ea08116b8

View File

@@ -62,8 +62,8 @@ else:
# checks the required ispc compiler otherwise prints an error message
if not os.path.exists(ispc_exe):
sys.stderr.write("Fatal error: missing the required ispc compiler \n")
sys.exit()
sys.stderr.write("Fatal error: missing ispc compiler: %s\n" % ispc_exe)
sys.exit()
ispc_exe += " " + options.ispc_flags