diff --git a/build.sh b/build.sh index c88e97f7..72100a30 100755 --- a/build.sh +++ b/build.sh @@ -33,7 +33,9 @@ function prepare_image() { function run_tests() { rm -rf ~/Pharo # clean posssible remaining Pharo files - ./pharo PharoLauncher.image test --junit-xml-output "PharoLauncher-Tests-Functional.*" + ./pharo --version + sudo dpkg -l + ./pharo PharoLauncher.image test --junit-xml-output "PharoLauncher-Tests-Functional.PhLLaunchImageTest" run_shell_cli_tests }