From: XhmikosR Date: Wed, 31 Oct 2012 06:17:32 +0000 (+0200) Subject: test.bat: add "echo off" and change to the batch file directory X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=39957814e5bba8accd5381bf2646d1e111f81210;p=clean-css.git test.bat: add "echo off" and change to the batch file directory --- diff --git a/test.bat b/test.bat index 0d306839..26c924cd 100644 --- a/test.bat +++ b/test.bat @@ -1 +1,5 @@ -node .\node_modules\vows\bin\vows test\batch-test.js test\binary-test.js test\custom-test.js test\unit-test.js \ No newline at end of file +@echo off + +pushd %~dp0 + +node .\node_modules\vows\bin\vows test\batch-test.js test\binary-test.js test\custom-test.js test\unit-test.js