test.bat: add "echo off" and change to the batch file directory
authorXhmikosR <xhmikosr@users.sourceforge.net>
Wed, 31 Oct 2012 06:17:32 +0000 (08:17 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Wed, 31 Oct 2012 09:39:07 +0000 (11:39 +0200)
test.bat

index 0d30683..26c924c 100644 (file)
--- 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