diff --git a/std-script/run b/std-script/run --- a/std-script/run +++ b/std-script/run @@ -132,6 +132,7 @@ log "Checking the output..." log check_command if not system(check_command) + log "Problem with check script" exit(127) end