From 7043a8b62a7093764f92bcd098df72a844139f7d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 12 Oct 2014 19:53:35 -0700 Subject: 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 Reviewed-by: Andrew Bartlett --- .testr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.testr.conf') diff --git a/.testr.conf b/.testr.conf index 00d085778f7..5a181e3699d 100644 --- a/.testr.conf +++ b/.testr.conf @@ -1,4 +1,4 @@ [DEFAULT] -test_command=./buildtools/bin/waf test --filtered-subunit $IDOPTION $LISTOPT +test_command=./buildtools/bin/waf testonly --filtered-subunit $IDOPTION $LISTOPT --with-selftest-prefix=$(mktemp -d) test_id_option=--load-list $IDFILE test_list_option=--list -- cgit v1.2.3