From a50c779821fbab88dc53286ce2cd43e622fbccc0 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com> Date: Thu, 30 Jan 2025 16:13:43 -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 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"