MDL-59091 behat: Properly propagate gherkinlint exit code
This commit is contained in:
+1
-1
@@ -338,7 +338,7 @@ module.exports = function(grunt) {
|
||||
opts: {stdio: 'inherit', env: process.env}
|
||||
}, function(error, result, code) {
|
||||
// Propagate the exit code.
|
||||
done(code);
|
||||
done(code === 0);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user