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 448d2a7 commit d7578db
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
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"
Expand Down

0 comments on commit d7578db

Please sign in to comment.