diff --git a/compile_server/app/safe_run.py b/compile_server/app/safe_run.py index f246610..831be01 100644 --- a/compile_server/app/safe_run.py +++ b/compile_server/app/safe_run.py @@ -40,7 +40,7 @@ def safe_run(main): # Run it, printint output to stdout as we go along subprocess.call(["lxc", "exec", CONT, "--", "su", "unprivileged", "-c", - "timeout 20s {}".format( + "timeout 20s {} || echo ''".format( os.path.join(tmpdir, os.path.basename(main)))], stdout=sys.stdout) except E: