Skip to content

Commit

Permalink
use purge not cylc clean
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Jan 19, 2024
1 parent e173b29 commit 883e279
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions t/rose-task-run/44-bunch-incremental.t
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#-------------------------------------------------------------------------------
. $(dirname $0)/test_header

tests 9
tests 8

get_reg

Expand Down Expand Up @@ -108,4 +108,5 @@ grep_incrementals "${APP_LOG_PATH}/03" 1 0
run_pass "stop workflow" cylc stop "${FLOW}" --kill
poll ! grep DONE "${SCHD_LOG_PATH}"

run_pass "cleanup" cylc clean -y "${FLOW}"
purge
exit 0

0 comments on commit 883e279

Please sign in to comment.