Skip to content

Commit 0be0c79

Browse files
committed
Merge branch '1.x'
2 parents 1c8b3e4 + 100b8bf commit 0be0c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/js/run_jsunit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if (system.args.length <= 1) {
4141
});
4242
}, function() {
4343
var exitCode = page.evaluate(function() {
44-
return G_testRunner.isSuccess() ? 0 : 1;
44+
return G_testRunner.testCase.isSuccess() ? 0 : 1;
4545
});
4646
phantom.exit(exitCode);
4747
});

0 commit comments

Comments
 (0)