-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make test_suites.sh run multiple iterations of the tests. (#7433)
The default is to run 20 times (which takes ~3 seconds on a Mac laptop), but it's configurable via the first command-line arg. The changes to the actual loop body over test_array are: 1. Removing all the sleeps. 2. Making it less likely that we will kill some unrelated process (due to us killing $background_pid and then exiting with an error from the kill command and trying to kill it again).
- Loading branch information
1 parent
efa7aaa
commit 8bada9b
Showing
1 changed file
with
38 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters