From 30ad093af734abfdc5c6df2a4637aea698f150a8 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com> Date: Thu, 30 Jan 2025 18:34:57 -0500 Subject: [PATCH] Update test.bat --- test.bat | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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"