mirror of
https://github.com/containers/podman.git
synced 2025-10-17 03:04:21 +08:00
test/buildah-bud: run bats in parallel
Since commit 708fe0af in buildah the tests can run in parallel, let's enable it here to get the same speed up. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -262,5 +262,5 @@ review the test failure and double-check your changes.
|
||||
BUILDAH_BINARY=$(pwd)/bin/buildah \
|
||||
COPY_BINARY=$(pwd)/bin/copy \
|
||||
INET_BINARY=$(pwd)/bin/inet \
|
||||
bats "${bats_filter[@]}" tests/bud.bats)
|
||||
bats -j $(nproc) "${bats_filter[@]}" tests/bud.bats)
|
||||
fi
|
||||
|
Reference in New Issue
Block a user