8043504: Octane test harness was missing argument to print_always at one callsite, causing erroneous logging
authorlagergren
Tue, 20 May 2014 10:40:28 +0200
changeset 24761 1b7863853fbc
parent 24760 183f11df79ee
child 24762 96a251e57232
8043504: Octane test harness was missing argument to print_always at one callsite, causing erroneous logging Reviewed-by: sundar, attila
nashorn/test/script/basic/run-octane.js
--- 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();
 	}