diff --git a/test/SConscript b/test/SConscript index d16167af0..beb4e0983 100644 --- a/test/SConscript +++ b/test/SConscript @@ -36,7 +36,9 @@ def run_tests(env,target,source): app = f'build/test/{app}' else: app = f'./{app}' + print('calling') exit_code = subprocess.call(app, cwd=cwd) + print(f'called, exit code {exit_code}') if exit_code == 0: open(target[0].abspath,'w').write("PASSED\n") else: