mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-24 23:22:27 +00:00
btrfs-progs: tests: fix path for travis helper script
The helper script ./travis-should-run-test has been moved to a directory in 4.13.3 but the path in the config was not updated. This was not caught in the CI environment and the tests did not report a failure. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
9fe889ac02
commit
89568f1bdf
@ -81,8 +81,8 @@ addons:
|
||||
branch_pattern: coverity_scan
|
||||
|
||||
script:
|
||||
- "if ./travis-should-run-test; then make TEST_LOG=dump test-cli; fi"
|
||||
- "if ./travis-should-run-test; then make TEST_LOG=dump test-mkfs; fi"
|
||||
- "if ./travis-should-run-test; then make TEST_LOG=dump test-check; fi"
|
||||
- "if ./travis-should-run-test; then make TEST_LOG=dump test-misc; fi"
|
||||
- "if travis/should-run-test; then make TEST_LOG=dump test-cli; fi"
|
||||
- "if travis/should-run-test; then make TEST_LOG=dump test-mkfs; fi"
|
||||
- "if travis/should-run-test; then make TEST_LOG=dump test-check; fi"
|
||||
- "if travis/should-run-test; then make TEST_LOG=dump test-misc; fi"
|
||||
- "if [ $TRAVIS_BRANCH = release-test ]; then make TEST_LOG=dump test-convert; fi"
|
||||
|
Loading…
Reference in New Issue
Block a user