From 39957814e5bba8accd5381bf2646d1e111f81210 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 31 Oct 2012 08:17:32 +0200 Subject: [PATCH] test.bat: add "echo off" and change to the batch file directory --- test.bat | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.34.1