Skip to content

Commit

Permalink
btrfs-progs: reorder tests in make target
Browse files Browse the repository at this point in the history
Run the shorter tests first, convert can take very long, we're more
interested in the misc test.

Signed-off-by: David Sterba <dsterba@suse.com>
  • Loading branch information
kdave committed Feb 13, 2018
1 parent 9fe7803 commit e647746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ test-inst: all
$(MAKE) $(MAKEOPTS) DESTDIR=$$tmpdest install && \
$(RM) -rf -- $$tmpdest

test: test-fsck test-mkfs test-convert test-misc test-fuzz test-cli
test: test-fsck test-mkfs test-misc test-cli test-convert test-fuzz

testsuite: btrfs-corrupt-block fssum
@echo "Export tests as a package"
Expand Down

0 comments on commit e647746

Please sign in to comment.