Skip to content

Commit

Permalink
Update test.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Jan 30, 2025
1 parent 471eea9 commit 30ad093
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 30ad093

Please sign in to comment.