diff options
-rwxr-xr-x | sm/install | 2 | ||||
-rw-r--r-- | sm/pyetc_midday.sm | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -3,7 +3,7 @@ # su iraf -c ./install # -N=5 +N=6 here=`pwd` diff --git a/sm/pyetc_midday.sm b/sm/pyetc_midday.sm index 2e09205..7b7ef89 100644 --- a/sm/pyetc_midday.sm +++ b/sm/pyetc_midday.sm @@ -41,6 +41,6 @@ TABLE test_final HOST ssb CMD pyetc.expect RUN "test_import pyetc ; test_expected pyetc" AFTER *:pyetc/* -TABLE save_reference_files HOST etccartier - CMD save_refs RUN "python /data1/nightly/save_refs.py" - AFTER *:test_final/* +#TABLE save_reference_files HOST etccartier +# CMD save_refs RUN "python /data1/nightly/save_refs.py" +# AFTER *:test_final/* |