Go to the source code of this file.
Function Documentation
The change_test_batch_fake function is used to run a batch of tests using the test_command field of the project configuration file. This is because no batch_test_command field has been specified.
- 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. |
| time_limit | zero if there is no time limit, or non-zero if testing should cease at this time. |
| variable_assignments | settings passed in from the command line |
| remaining_seconds | The number of seconds remaining, indexed by the same value as wlp. |