mirror of
https://github.com/kdave/btrfs-progs
synced 2025-04-27 05:27:56 +00:00
btrfs-progs: CI: enable fuzz tests
With recent fixes the fuzz tests pass, enable them for the continuos integration. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
936eaf9a36
commit
a8779ec9c8
@ -80,5 +80,6 @@ script:
|
|||||||
- "if travis/should-run-test; then make TEST_LOG=dump test-check; 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_ENABLE_OVERRIDE=true TEST_ARGS_CHECK=--mode=lowmem test-check; fi"
|
- "if travis/should-run-test; then make TEST_LOG=dump TEST_ENABLE_OVERRIDE=true TEST_ARGS_CHECK=--mode=lowmem 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-misc; fi"
|
||||||
|
- "if travis/should-run-test; then make TEST_LOG=dump test-fuzz; fi"
|
||||||
# long running tests
|
# long running tests
|
||||||
- "if [ $TRAVIS_BRANCH = release-test ]; then make TEST_LOG=dump test-convert; fi"
|
- "if [ $TRAVIS_BRANCH = release-test ]; then make TEST_LOG=dump test-convert; fi"
|
||||||
|
Loading…
Reference in New Issue
Block a user