mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-03 18:05:58 -04:00
travis: early terminate if tests fail
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
fbe708ac4f
commit
891ba88f23
@ -31,5 +31,5 @@ script:
|
|||||||
- sudo make -j install; sudo cp fuse-overlayfs /sbin || travis_terminate 1;
|
- sudo make -j install; sudo cp fuse-overlayfs /sbin || travis_terminate 1;
|
||||||
- (cd /unionmount-testsuite; sudo ./run --ov --fuse=fuse-overlayfs --xdev) || travis_terminate 1;
|
- (cd /unionmount-testsuite; sudo ./run --ov --fuse=fuse-overlayfs --xdev) || travis_terminate 1;
|
||||||
- (cd /unionmount-testsuite; FUSE_OVERLAYFS_DISABLE_OVL_WHITEOUT=1 sudo -E ./run --ov --fuse=fuse-overlayfs --xdev) || travis_terminate 1;
|
- (cd /unionmount-testsuite; FUSE_OVERLAYFS_DISABLE_OVL_WHITEOUT=1 sudo -E ./run --ov --fuse=fuse-overlayfs --xdev) || travis_terminate 1;
|
||||||
- sudo tests/fedora-installs.sh
|
- sudo tests/fedora-installs.sh || travis_terminate 1;
|
||||||
- sudo tests/unlink.sh
|
- sudo tests/unlink.sh || travis_terminate 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user