Skip to content

Commit 32c1f67

Browse files
author
Rohan Jain
committed
Fix tests failed status
This status is used by other testing libraries. Version up: 0.0.4
1 parent b2ff9ff commit 32c1f67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ exports.Server = function Server(bsClient, workers) {
117117
console.log("All tests done, failures: %d.", status);
118118

119119
if (status > 0) {
120-
status = 1;
120+
status = 3;
121121
}
122122

123123
process.exit(status);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browserstack-runner",
33
"description": "A command line interface to run browser tests over BrowserStack",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"homepage": "https://github.com/browserstack/browserstack-runner",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)