diff options
-rw-r--r-- | sm/pandeia_midday.sm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sm/pandeia_midday.sm b/sm/pandeia_midday.sm index 10ce229..eefb66e 100644 --- a/sm/pandeia_midday.sm +++ b/sm/pandeia_midday.sm @@ -8,7 +8,7 @@ TABLE installation HOST dljwetcv4 TABLE installation HOST dljwetcv3 CMD install_v3 RUN "/etcdata/pandeia/infrastructure/run -crash -pull -install -start" - AFTER install_v4 + AFTER *:installation/install_v4 TABLE tests HOST dljwetcv3 @@ -17,10 +17,10 @@ TABLE tests HOST dljwetcv3 AFTER *:installation/* CMD test_engine RUN "/etcdata/pandeia/infrastructure/run_tests -engine" - AFTER test_server + AFTER *:tests/test_server TABLE tests HOST bond CMD test_client RUN "/etcdata/pandeia/infrastructure/run_tests -client" - AFTER test_engine + AFTER *:tests/test_engine |