diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-02-11 09:40:33 -0500 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-02-11 09:40:33 -0500 |
commit | 6bff17328f1e3a6b96fc50bfe23dd4f0462d7fd0 (patch) | |
tree | 4e19acd4f910f072dfb127efdfc288299dd86c3e | |
parent | 0c0f7088fea0ee8f61030b5b674155947afe5f15 (diff) | |
download | steuermann-6bff17328f1e3a6b96fc50bfe23dd4f0462d7fd0.tar.gz |
also run x and dev tests on nott
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1186 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/test_dev.sm | 2 | ||||
-rw-r--r-- | sm/test_x.sm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sm/test_dev.sm b/sm/test_dev.sm index abb9aff..b13ebee 100644 --- a/sm/test_dev.sm +++ b/sm/test_dev.sm @@ -12,7 +12,7 @@ TABLE test_dev HOST cadeau CMD contact RUN "test_contact" AFTER install_dev -TABLE test_dev HOST arzach banana cadeau +TABLE test_dev HOST nott arzach banana cadeau IF ssbdev_test: CMD test2.7.5 RUN "test_rt dev 2.7.5" diff --git a/sm/test_x.sm b/sm/test_x.sm index 1049423..43e9584 100644 --- a/sm/test_x.sm +++ b/sm/test_x.sm @@ -12,7 +12,7 @@ TABLE test_x HOST cadeau CMD contact RUN "test_contact" AFTER install_x -TABLE test_x HOST arzach banana cadeau +TABLE test_x HOST nott arzach banana cadeau IF ssbx_test: CMD test2.7.5 RUN "test_rt x 2.7.5" |