From 3964e9b77d39e2bd91489a4c42a27638523b8f51 Mon Sep 17 00:00:00 2001 From: Chad Versace Date: Fri, 31 Jul 2015 16:44:01 -0700 Subject: crucible-run: Add cmdline flags --fork, --no-fork This controls whether the test runner's master process forks or not. Tested with: * crucible run --no-fork func.draw-indexed Test passes. * crucible run --no-fork Test func.cmd-buffer.small-secondaries crashes the testrun. --- misc/crucible-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/crucible-completion.bash b/misc/crucible-completion.bash index 965a965..018840d 100644 --- a/misc/crucible-completion.bash +++ b/misc/crucible-completion.bash @@ -17,7 +17,7 @@ __crucible_ls_tests() __crucible_run() { - COMPREPLY=($(compgen -W "--help --dump --no-dump --no-cleanup --use-spir-v $($1 ls-tests)" -- ${COMP_WORDS[COMP_CWORD]})) + COMPREPLY=($(compgen -W "--help --fork --no-fork --dump --no-dump --no-cleanup --use-spir-v $($1 ls-tests)" -- ${COMP_WORDS[COMP_CWORD]})) } __crucible() -- cgit v1.2.3