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 3a77fb8 commit a50c779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a50c779

Please sign in to comment.