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 30ad093 commit 737105d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ echo Ruby tests
set "LOADER_SCRIPT_PATH=%loc%\ruby"
set "PATH=%PATH%;%loc%\runtimes\ruby\bin;%loc%\runtimes\ruby\bin\ruby_builtin_dlls"

echo Gem test
call metacall gem install metacall
if %errorlevel%==1 goto :test_fail
echo Successfull!!
rem TODO: https://github.com/metacall/distributable-windows/issues/31
rem echo Gem test
rem call metacall gem install metacall
rem if %errorlevel%==1 goto :test_fail
rem echo Successfull!!

echo bundle test
call metacall bundle --version
Expand Down

0 comments on commit 737105d

Please sign in to comment.