mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-23 21:35:26 +03:00
Merge pull request #2907 from cgwalters/test-composefs
tests: Source libtest before exiting
This commit is contained in:
commit
a0d17a730d
@ -17,12 +17,13 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
if ! ostree --version | grep -q -e '- composefs'; then
|
||||
. $(dirname $0)/libtest.sh
|
||||
|
||||
if ! ${CMD_PREFIX} ostree --version | grep -q -e '- composefs'; then
|
||||
echo "1..0 #SKIP no composefs support compiled in"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
. $(dirname $0)/libtest.sh
|
||||
|
||||
setup_test_repository "bare-user"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user