Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zzo committed Aug 23, 2011
1 parent ab1be02 commit d7f7d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/nodejute/jute/actions/runTest.js
Expand Up @@ -152,7 +152,7 @@ module.exports = {
} else {
// Send to each test to each captured browser
pushed = true;
if (!load) {
if (!obj.load) {
for (var browser in cache.browsers) {
test_obj.browser = browser;
common.addTestOutput(test_obj, 'Capture test');
Expand Down

0 comments on commit d7f7d96

Please sign in to comment.