Skip to content

Commit

Permalink
disable cli tests
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Mar 22, 2024
1 parent 37c5648 commit 61ff48d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ function prepare_image() {
function run_tests() {
rm -rf ~/Pharo # clean posssible remaining Pharo files
./pharo --version
ls -R pharo-vm
# ls -R pharo-vm
./pharo PharoLauncher.image test --junit-xml-output "PharoLauncher-Tests-Functional.*"
run_shell_cli_tests
# run_shell_cli_tests
}

#this will run integration tests for CLI interface of Pharo Launcher
Expand Down

0 comments on commit 61ff48d

Please sign in to comment.