File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ export ROOT
77
88# setup pharo launcher and image name paths
99PHL_SCRIPT=" $ROOT " /../scripts/pharo-launcher.sh
10- # PHARO_LAUNCHER_IMAGE="$ROOT"/../PharoLauncher.image
11- PHARO_LAUNCHER_IMAGE=" /Users/demarey/Documents/Pharo/images/Pharo 12.0 - launcher dev/Pharo 12.0 - launcher dev.image"
10+ PHARO_LAUNCHER_IMAGE=" $ROOT " /../PharoLauncher.image
1211export PHARO_LAUNCHER_IMAGE
1312PHARO_LAUNCHER_VM=" $ROOT " /../pharo # pharo headless wrapper script, avoid to find the exe path that is different on Linux ans MacOs
1413export PHARO_LAUNCHER_VM
@@ -31,7 +30,7 @@ ensureShunitIsPresent () {
3130}
3231
3332setUpLauncherTestConfiguration () {
34- sed " s/ PHL_CLI_TEST_DIR/ $ROOT / g" " $PHL_TEST_CONFIG_TEMPLATE " > " $PHL_TEST_CONFIG "
33+ sed " s| PHL_CLI_TEST_DIR| $ROOT | g" " $PHL_TEST_CONFIG_TEMPLATE " > " $PHL_TEST_CONFIG "
3534}
3635
3736setupImageTemplateList () {
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ updateVMforTestImage () {
4545
4646oneTimeSetUp () {
4747 echo " Running oneTimeSetup..."
48+ setUpLauncherTestConfiguration
4849 echo " Setting up image template list."
4950 setupImageTemplateList
5051 echo " Updating VM for running Test image."
You can’t perform that action at this time.
0 commit comments