Skip to content

Commit c817b15

Browse files
committed
(docker/dist) batchtest.sh - fix make down
1 parent a0b80d4 commit c817b15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/dist/batchtest.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ test()
5151
docker compose down
5252
}
5353

54-
# clean up
55-
make down
56-
5754
# debian
5855
for d in $DEBIAN
5956
do
@@ -73,4 +70,7 @@ do
7370
done
7471
done
7572

73+
# clean up
74+
make down
75+
7676
status=0

0 commit comments

Comments
 (0)