diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-09-10 15:17:04 -0400 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-09-10 15:17:04 -0400 |
commit | 347d9aa3e4b666f9c6b2c81a6ee4d1e5d090018b (patch) | |
tree | 63efdf501137b1fa234496e952054fcb722e5bc6 /sm/test_x.sm | |
parent | 9b3050e78009a9a3fe379c5904e4ddbacf79adcb (diff) | |
download | steuermann-347d9aa3e4b666f9c6b2c81a6ee4d1e5d090018b.tar.gz |
switch to python 2.7.3; shut off most of herbert/thor
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@795 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'sm/test_x.sm')
-rw-r--r-- | sm/test_x.sm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/test_x.sm b/sm/test_x.sm index bf059d4..f83b65d 100644 --- a/sm/test_x.sm +++ b/sm/test_x.sm @@ -5,7 +5,7 @@ IMPORT "test_common.sm" # This structure is meant to serialize the regtests so that nothing else # is going on at the same time. The regtests can consume all the CPUs. TABLE test_run_x HOST arzach cadeau banana - CMD test2.7.1 RUN "test_rt x 2.7.1" + CMD test2.7.3 RUN "test_rt x 2.7.3" AFTER stamp/x AFTER test_setup/okify AFTER test_setup/* @@ -14,7 +14,7 @@ TABLE test_run_x HOST arzach cadeau banana TABLE test_run_x HOST arzach CMD contact RUN "test_contact" AFTER stamp/x - AFTER test2.7.1 + AFTER test2.7.* TABLE test_import HOST ssb CMD x.import RUN "test_import irafx" |