We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405a8e8 commit 0b5c08fCopy full SHA for 0b5c08f
test/PharoLauncherCommonFunctions.sh
@@ -30,7 +30,7 @@ ensureShunitIsPresent () {
30
}
31
32
setUpLauncherTestConfiguration () {
33
- sed "s/PHL_CLI_TEST_DIR/$ROOT/g" "$PHL_TEST_CONFIG_TEMPLATE" > "$PHL_TEST_CONFIG"
+ sed "s|PHL_CLI_TEST_DIR|$ROOT|g" "$PHL_TEST_CONFIG_TEMPLATE" > "$PHL_TEST_CONFIG"
34
35
36
setupImageTemplateList () {
test/testImageCommands.sh
@@ -45,6 +45,7 @@ updateVMforTestImage () {
45
46
oneTimeSetUp() {
47
echo "Running oneTimeSetup..."
48
+ setUpLauncherTestConfiguration
49
echo "Setting up image template list."
50
setupImageTemplateList
51
echo "Updating VM for running Test image."
0 commit comments