From 833af25b55613a44c6892713ecea763a06a03146 Mon Sep 17 00:00:00 2001 From: DEMAREY Christophe Date: Thu, 21 Mar 2024 13:52:30 +0100 Subject: [PATCH] debug --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }