aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sm/pandeia_midday.sm10
1 files changed, 5 insertions, 5 deletions
diff --git a/sm/pandeia_midday.sm b/sm/pandeia_midday.sm
index e4091e9..10ce229 100644
--- a/sm/pandeia_midday.sm
+++ b/sm/pandeia_midday.sm
@@ -3,24 +3,24 @@
TABLE installation HOST dljwetcv4
- CMD install_v4 RUN "cd /etcdata/pandeia/infrastructure; ./run -crash -pull -install"
+ CMD install_v4 RUN "/etcdata/pandeia/infrastructure/run -crash -pull -install"
TABLE installation HOST dljwetcv3
- CMD install_v3 RUN "cd /etcdata/pandeia/infrastructure; ./run -crash -pull -install -start"
+ CMD install_v3 RUN "/etcdata/pandeia/infrastructure/run -crash -pull -install -start"
AFTER install_v4
TABLE tests HOST dljwetcv3
- CMD test_server RUN "cd /etcdata/pandeia/infrastructure; ./run_tests -server"
+ CMD test_server RUN "/etcdata/pandeia/infrastructure/run_tests -server"
AFTER *:installation/*
- CMD test_engine RUN "cd /etcdata/pandeia/infrastructure; ./run_tests -engine"
+ CMD test_engine RUN "/etcdata/pandeia/infrastructure/run_tests -engine"
AFTER test_server
TABLE tests HOST bond
- CMD test_client RUN "cd /etcdata/pandeia/infrastructure; ./run_tests -client"
+ CMD test_client RUN "/etcdata/pandeia/infrastructure/run_tests -client"
AFTER test_engine