From 2252e74e7b81d20bb4b78c2b5eed2b73d6c559fa Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Tue, 27 Aug 2024 20:20:24 +0200 Subject: tools/syz-bq: session was moved to syz-covermerger There is nothing to cleanup. --- tools/syz-bq.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/syz-bq.sh b/tools/syz-bq.sh index 7d070a3b7..49dac04c3 100755 --- a/tools/syz-bq.sh +++ b/tools/syz-bq.sh @@ -106,5 +106,4 @@ go run ./tools/syz-covermerger/ -workdir $workdir \ -date-to $to_date \ -total-rows $total_rows -echo Cleanup -rm -rf $sessionDir +echo Done -- cgit mrf-deployment