Skip to content

Commit

Permalink
ensure there are no launcher files before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Jun 3, 2022
1 parent 92cf1a5 commit dfadffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function prepare_image() {
}

function run_tests() {
rm -rf ~/Pharo # clean posssible remaining Pharo files
./pharo PharoLauncher.image test --junit-xml-output "PharoLauncher.*"
}

Expand Down

0 comments on commit dfadffa

Please sign in to comment.