Skip to content

Commit 4f2c9e8

Browse files
committed
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 <[email protected]>
1 parent 71d4768 commit 4f2c9e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ test-array: array-test
574574
done \
575575
}
576576

577-
test: test-check test-check-lowmem test-mkfs test-misc test-cli test-convert test-fuzz
577+
test: test-check test-check-lowmem test-mkfs test-misc test-cli test-fuzz
578578

579579
testsuite: btrfs-corrupt-block btrfs-find-root btrfs-select-super fssum fsstress
580580
@echo "Export tests as a package"

tests/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ MAKEOPTS = --no-print-directory Q=$(Q)
3131
.PHONY: all
3232
.PHONY: FORCE
3333

34-
test: test-check test-check-lowmem test-mkfs test-misc test-cli test-convert test-fuzz
34+
test: test-check test-check-lowmem test-mkfs test-misc test-cli test-fuzz
3535

3636
test-convert:
3737
@echo " [TEST] convert-tests.sh"

0 commit comments

Comments
 (0)