btrfs-progs: tests: do not run test-convert under test target

The convert tests take a long time and are not necessary for quick test
rounds under the convenience target 'make test'. We still run the tests
in CI.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2023-10-12 16:33:14 +02:00
parent 71d4768ad0
commit 4f2c9e8ade
2 changed files with 2 additions and 2 deletions

View file

@ -574,7 +574,7 @@ test-array: array-test
done \
}
test: test-check test-check-lowmem test-mkfs test-misc test-cli test-convert test-fuzz
test: test-check test-check-lowmem test-mkfs test-misc test-cli test-fuzz
testsuite: btrfs-corrupt-block btrfs-find-root btrfs-select-super fssum fsstress
@echo "Export tests as a package"

View file

@ -31,7 +31,7 @@ MAKEOPTS = --no-print-directory Q=$(Q)
.PHONY: all
.PHONY: FORCE
test: test-check test-check-lowmem test-mkfs test-misc test-cli test-convert test-fuzz
test: test-check test-check-lowmem test-mkfs test-misc test-cli test-fuzz
test-convert:
@echo " [TEST] convert-tests.sh"