mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-04 20:01:51 +00:00
btrfs-progs: ci: run lowmem check tests in CI images
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
88c25674c7
commit
71d4768ad0
@ -7,6 +7,7 @@ cd "$where" || { echo "ERROR: $1 not found"; exit 1; }
|
||||
make TEST_LOG=dump test-cli
|
||||
make TEST_LOG=dump test-mkfs
|
||||
make TEST_LOG=dump test-check
|
||||
make TEST_LOG=dump test-check-lowmem
|
||||
make TEST_LOG=dump test-misc
|
||||
make TEST_LOG=dump test-convert
|
||||
make TEST_LOG=dump test-fuzz
|
||||
|
@ -7,6 +7,7 @@ cd "$where" || { echo "ERROR: $1 not found"; exit 1; }
|
||||
make TEST_LOG=dump test-cli
|
||||
make TEST_LOG=dump test-mkfs
|
||||
make TEST_LOG=dump test-check
|
||||
make TEST_LOG=dump test-check-lowmem
|
||||
make TEST_LOG=dump test-misc
|
||||
make TEST_LOG=dump test-convert
|
||||
make TEST_LOG=dump test-fuzz
|
||||
|
@ -7,6 +7,7 @@ cd "$where" || { echo "ERROR: $1 not found"; exit 1; }
|
||||
make TEST_LOG=dump test-cli
|
||||
make TEST_LOG=dump test-mkfs
|
||||
make TEST_LOG=dump test-check
|
||||
make TEST_LOG=dump test-check-lowmem
|
||||
make TEST_LOG=dump test-misc
|
||||
make TEST_LOG=dump test-convert
|
||||
make TEST_LOG=dump test-fuzz
|
||||
|
@ -7,6 +7,7 @@ cd "$where" || { echo "ERROR: $1 not found"; exit 1; }
|
||||
make TEST_LOG=dump test-cli
|
||||
make TEST_LOG=dump test-mkfs
|
||||
make TEST_LOG=dump test-check
|
||||
make TEST_LOG=dump test-check-lowmem
|
||||
make TEST_LOG=dump test-misc
|
||||
make TEST_LOG=dump test-convert
|
||||
make TEST_LOG=dump test-fuzz
|
||||
|
@ -7,6 +7,7 @@ cd "$where" || { echo "ERROR: $1 not found"; exit 1; }
|
||||
make TEST_LOG=dump test-cli
|
||||
make TEST_LOG=dump test-mkfs
|
||||
make TEST_LOG=dump test-check
|
||||
make TEST_LOG=dump test-check-lowmem
|
||||
make TEST_LOG=dump test-misc
|
||||
make TEST_LOG=dump test-convert
|
||||
make TEST_LOG=dump test-fuzz
|
||||
|
@ -7,6 +7,7 @@ cd "$where" || { echo "ERROR: $1 not found"; exit 1; }
|
||||
make TEST_LOG=dump test-cli
|
||||
make TEST_LOG=dump test-mkfs
|
||||
make TEST_LOG=dump test-check
|
||||
make TEST_LOG=dump test-check-lowmem
|
||||
make TEST_LOG=dump test-misc
|
||||
make TEST_LOG=dump test-convert
|
||||
make TEST_LOG=dump test-fuzz
|
||||
|
Loading…
Reference in New Issue
Block a user