Skip to content

Commit

Permalink
build: remove incorrect argument in vcbuild.bat
Browse files Browse the repository at this point in the history
This change had been incorrectly committed in f19e9b6

PR-URL: #1198
Reviewed-By: Rod Vagg <[email protected]>
  • Loading branch information
Fishrock123 committed Mar 19, 2015
1 parent 2b2e48a commit dd37fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ if "%test_args%"=="" goto jslint
if "%config%"=="Debug" set test_args=--mode=debug %test_args%
if "%config%"=="Release" set test_args=--mode=release %test_args%
echo running 'python tools/test.py %test_args%'
python tools/test.py --timeout=50 %test_args%
python tools/test.py %test_args%
goto jslint

:jslint
Expand Down

1 comment on commit dd37fb4

@Fishrock123
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Force-pushed to add PR-URL (whoops, I need to remember that..)

Please sign in to comment.