Skip to content

Commit

Permalink
on windows, use --nocolor option while running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hegemonic committed Oct 7, 2012
1 parent c1c15e8 commit 8bc3354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsdoc.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ IF [%1]==[--debug] (

IF [%1]==[-T] (
ECHO Running Tests
java -classpath "%_BASEPATH%/lib/js.jar" %CMD% -opt -1 -modules "%_URLPATH%/nodejs_modules" -modules "%_URLPATH%/rhino_modules" -modules "%_URLPATH%" "%_BASEPATH%/jsdoc.js" %ARGS% --dirname="%_BASEPATH%/
java -classpath "%_BASEPATH%/lib/js.jar" %CMD% -opt -1 -modules "%_URLPATH%/nodejs_modules" -modules "%_URLPATH%/rhino_modules" -modules "%_URLPATH%" "%_BASEPATH%/jsdoc.js" %ARGS% --nocolor --dirname="%_BASEPATH%/
) ELSE (
REM normal mode should be quiet
java -classpath "%_BASEPATH%/lib/js.jar" %CMD% -modules "%_URLPATH%/nodejs_modules" -modules "%_URLPATH%/rhino_modules" -modules "%_URLPATH%" "%_BASEPATH%/jsdoc.js" %ARGS% --dirname="%_BASEPATH%/
Expand Down

0 comments on commit 8bc3354

Please sign in to comment.