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