Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Mar 21, 2024
1 parent 8a94048 commit 833af25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 833af25

Please sign in to comment.