aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-containers/netavark/files/run-ptest
blob: 7e017ae23240f2f4545959bafbf37236e4f9e5f5 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

shopt -s extglob

# Skip the plugin tests because those example plugins are built only while
# running cargo test and for this to work as a ptest they would need to be cross
# compiled and installed as part of the ptest.
NETAVARK=/usr/libexec/podman/netavark bats test/!(*-plugin.bats)