mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
exit with an error if a test fails (#570)
This commit is contained in:
parent
29dc3df42b
commit
98d646a270
@ -60,6 +60,7 @@ module.exports = function(grunt) {
|
||||
'test-rhino': {
|
||||
command: '<%= rhinoBin %> -T -q "parser=rhino"',
|
||||
options: {
|
||||
failOnError: true,
|
||||
stdout: true,
|
||||
stderr: true
|
||||
}
|
||||
@ -67,6 +68,7 @@ module.exports = function(grunt) {
|
||||
'test-rhino-esprima': {
|
||||
command: '<%= rhinoBin %> -T -q "parser=esprima"',
|
||||
options: {
|
||||
failOnError: true,
|
||||
stdout: true,
|
||||
stderr: true
|
||||
}
|
||||
@ -74,6 +76,7 @@ module.exports = function(grunt) {
|
||||
'test-node': {
|
||||
command: '<%= nodePath %> <%= nodeBin %> -T',
|
||||
options: {
|
||||
failOnError: true,
|
||||
stdout: true,
|
||||
stderr: true
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user