Skip to content

Commit

Permalink
berm/bermq: only clean once
Browse files Browse the repository at this point in the history
given than `berm` and `bermq` both follow the same path, prevent
duplicate cleaning operations
  • Loading branch information
fallwith committed Oct 9, 2024
1 parent 926c143 commit 2578d22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/script/run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2578d22

Please sign in to comment.