Skip to content

Commit 7043a8b

Browse files
jelmerabartlet
authored andcommitted
testr: Use waf testonly and create a custom directory for new workers.
Using waf testonly helps speed up test runs, and the custom directory is required to run multiple workers in parallel. Change-Id: I339420c5c503c270a04888a1c990836cb0c91e94 Signed-Off-By: Jelmer Vernooij <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
1 parent edc1ced commit 7043a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.testr.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[DEFAULT]
2-
test_command=./buildtools/bin/waf test --filtered-subunit $IDOPTION $LISTOPT
2+
test_command=./buildtools/bin/waf testonly --filtered-subunit $IDOPTION $LISTOPT --with-selftest-prefix=$(mktemp -d)
33
test_id_option=--load-list $IDFILE
44
test_list_option=--list

0 commit comments

Comments
 (0)