btrfs-progs/ci/images/ci-openSUSE-Leap-15.2-x86_64/run-tests
David Sterba cb419f18fc btrfs-progs: ci: add openSUSE Leap 15.2 image
Build tests inside openSUSE Leap 15.2, long term support distro.

Signed-off-by: David Sterba <dsterba@suse.com>
2021-03-01 16:46:28 +01:00

13 lines
259 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-misc
make TEST_LOG=dump test-convert
make TEST_LOG=dump test-fuzz