diff --git a/test.bat b/test.bat index 194fc5f..cc6350d 100644 --- a/test.bat +++ b/test.bat @@ -5,9 +5,9 @@ rem The format of commands (i.e tests/node/commands.txt) must always contain a n set "loc=%~dp0tests" echo Package Manager Test -start "" /B metacall.bat npm install is-number -start "" /B metacall.bat npm -start "" /B metacall.bat pip +call metacall.bat npm install is-number +call metacall.bat npm +call metacall.bat pip echo NodeJS tests set "LOADER_SCRIPT_PATH=%loc%\node"