8043504: Octane test harness was missing argument to print_always at one callsite, causing erroneous logging
Reviewed-by: sundar, attila
--- a/nashorn/test/script/basic/run-octane.js Mon May 19 18:24:12 2014 +0200
+++ b/nashorn/test/script/basic/run-octane.js Tue May 20 10:40:28 2014 +0200
@@ -173,7 +173,7 @@
}
mean_score /= iters;
} catch (e) {
- print_always("*** Aborted and setting score to zero. Reason: " + e);
+ print_always(arg, "*** Aborted and setting score to zero. Reason: " + e);
if (e instanceof java.lang.Throwable) {
e.printStackTrace();
}