Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for "make apitest" regressions due to backtick fix
Contrary to what we've first assumed, the recursion after template evaluation is currently required for correctly running the datastore tests. But since parallelRepititions was incorrectly assumed to be never zero, the recursive call to parseAndRunTest would never actually run its tests. This partially reverts commit f2c7937.
- Loading branch information