changeset 24719 | f726e9d67629 |
parent 22384 | 042ba96233f6 |
child 24740 | 26791be09688 |
--- a/nashorn/test/script/basic/run-octane.js Tue Feb 25 18:56:10 2014 +0530 +++ b/nashorn/test/script/basic/run-octane.js Wed Feb 26 13:17:57 2014 +0100 @@ -156,6 +156,7 @@ } catch (e) { print_always("*** Aborted and setting score to zero. Reason: " + e); + e.printStackTrace(); mean_score = min_score = max_score = 0; scores = [0]; }