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:
parent
71d4768ad0
commit
4f2c9e8ade
2
Makefile
2
Makefile
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue