We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposed approach - add these variables:
test_threads_max default value of number of cores test_threads_n default value 1 tests_threads_files_copied default value list of supplied files
test_threads_max
test_threads_n
tests_threads_files_copied
tests would be run in min(test_threads_max, test_threads_n) threads
min(test_threads_max, test_threads_n)
if tests_threads_files_copied is non-empty run each test in a new directory, after copying the specified files to the directory.
The text was updated successfully, but these errors were encountered:
hexDoor
Successfully merging a pull request may close this issue.
Proposed approach - add these variables:
test_threads_max
default value of number of corestest_threads_n
default value 1tests_threads_files_copied
default value list of supplied filestests would be run in
min(test_threads_max, test_threads_n)
threadsif
tests_threads_files_copied
is non-empty run each test in a new directory,after copying the specified files to the directory.
The text was updated successfully, but these errors were encountered: