From 2578d2214bd2b4fa29384f931e28213f10847623 Mon Sep 17 00:00:00 2001 From: fallwith Date: Wed, 9 Oct 2024 12:36:31 -0700 Subject: [PATCH] berm/bermq: only clean once given than `berm` and `bermq` both follow the same path, prevent duplicate cleaning operations --- test/script/run_tests | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/script/run_tests b/test/script/run_tests index e6160cd2f5..3bbcc2f6f9 100755 --- a/test/script/run_tests +++ b/test/script/run_tests @@ -96,8 +96,6 @@ run_multiverse() { # calls multiverse but only env 0 or specified and method prepend run_multiverse_quick() { - clean - if [[ "$2" =~ [0-9]+ && ! "$2" =~ ^test ]]; then run_multiverse "$1",env="$2",method=prepend "$3" "$4" else