diff options
-rw-r--r-- | sm/test_common.sm | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sm/test_common.sm b/sm/test_common.sm index 1e4cdc4..a21a08b 100644 --- a/sm/test_common.sm +++ b/sm/test_common.sm @@ -1,6 +1,12 @@ + +TABLE process_okify_tables HOST ssb + CMD pdk_ok RUN "/eng/ssb/auto/steuermann_scripts/process_okify_tables" + AFTER *:init/* + + TABLE test_setup HOST arzach cadeau banana herbert - CMD okify RUN "test_okify" - AFTER init/* + CMD okify RUN "test_okify" + *:process_okify_tables/* # each of test_run_* says AFTER test_setup/* |