diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2015-10-20 11:56:37 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2015-10-20 11:56:37 -0400 |
commit | d5694eb3e7dd1016013ddc6c2433bdcbcfc84a7e (patch) | |
tree | f6108bd39c26c4da9eb831cb59a6b8b1ed49dc41 | |
parent | 68591dd2198de491b06d3b8a6be13952f6e09fe9 (diff) | |
download | steuermann-d5694eb3e7dd1016013ddc6c2433bdcbcfc84a7e.tar.gz |
update commands for pandeia tests
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1453 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/pandeia_midday.sm | 10 |
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 |