mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
build: Allow 'make quickcheck' test-tool args to be overridden.
A typical use for this is for packagers who want to increase the default timeout: make quickcheck QUICKCHECK_TEST_TOOL_ARGS="-t 300"
This commit is contained in:
@@ -219,7 +219,7 @@ CLEANFILES = \
|
||||
# is NOT a substitute for proper testing!
|
||||
|
||||
quickcheck:
|
||||
./run test-tool/libguestfs-test-tool
|
||||
./run test-tool/libguestfs-test-tool $(QUICKCHECK_TEST_TOOL_ARGS)
|
||||
|
||||
# Make binary distribution.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user