Skip to content
Snippets Groups Projects
Commit 946bade2 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

That didn't work, so try using stdout unconditionally

Just trying to get the output into the gitlab test failure output
parent e9bfbb9b
No related branches found
No related tags found
No related merge requests found
Pipeline #7894 failed
......@@ -32,8 +32,7 @@ for (var i in type) {
var result;
var exp = prefix + i;
try {
if(this.stdout)
stdout.writeln(exp);
stdout.writeln(exp);
result = eval(exp);
} catch(e) {
log("Error evaluating: " + exp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment