btrfs-progs/ci/images/ci-centos-7-x86_64/run-tests
David Sterba 71d4768ad0 btrfs-progs: ci: run lowmem check tests in CI images
Signed-off-by: David Sterba <dsterba@suse.com>
2023-10-17 19:34:00 +02:00

14 lines
296 B
Bash
Executable File

#!/bin/sh -x
where="$1"
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