Go to the source code of this file.
Function Documentation
The change_test_batch function is used to run a batch of tests using the batch_test_command field of the project configuration file.
- Parameters:
-
| cp | The change being tested. |
| wlp | The list of test files names to be run. |
| up | The user to run the tests as. |
| baseline | true if this is a baseline (negative) test, or false if this is a regular (positive) test. |
| current | The number of tests completed so far. |
| total | The total number opf tests to be run. |
| variable_assignments | variable assignments passed from the command line |
| remaining_seconds | An array of seconds remaining, indexed by the same index as wlp. |