diff --git a/test.bat b/test.bat index efd5856..00f663b 100644 --- a/test.bat +++ b/test.bat @@ -5,10 +5,8 @@ rem The format of commands (i.e tests/node/commands.txt) must always contain a n set "loc=%~dp0tests" echo Package Manager Test -call metacall npm --help -if %errorlevel%==1 goto :test_fail -call metacall pip --help -if %errorlevel%==1 goto :test_fail +call metacall npm +call metacall pip echo NodeJS tests set "LOADER_SCRIPT_PATH=%loc%\node"