diff options
author | Chad Versace <chad.versace@intel.com> | 2015-08-01 08:37:18 -0700 |
---|---|---|
committer | Chad Versace <chad.versace@intel.com> | 2015-08-01 08:40:35 -0700 |
commit | ad720b98800fb28bf2d29cf881ec653d938037ea (patch) | |
tree | df8ff0941cb8a12cde6a73abdf2221fed290a899 /misc | |
parent | d823bb1b78e6709525b4e4f273d6cd9c74fbccc6 (diff) |
crucible-run: Add option --isolation=<method>
Used to control whether the runner starts each test in its own process
or its own thread.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/crucible-completion.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/crucible-completion.bash b/misc/crucible-completion.bash index f9db1d1..0f4a7aa 100644 --- a/misc/crucible-completion.bash +++ b/misc/crucible-completion.bash @@ -23,6 +23,7 @@ __crucible_run() --no-fork --separate-cleanup-threads --no-separate-cleanup-threads + -I --isolation --dump --no-dump --no-cleanup |