From d7578dbf5249f3f9f38f86f1a569b2e53169c908 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:28:19 -0500 Subject: [PATCH] Update test.bat --- test.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test.bat b/test.bat index fe7b616..1c41403 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 -metacall.bat npm install is-number -metacall.bat npm -metacall.bat pip +start /wait metacall.bat npm install is-number +start /wait metacall.bat npm +start /wait metacall.bat pip echo NodeJS tests set "LOADER_SCRIPT_PATH=%loc%\node"