Make run_tests.py also run a subset of tests w/o coverage (in addition
authorScott Gasch <[email protected]>
Fri, 3 Jun 2022 17:14:01 +0000 (10:14 -0700)
committerScott Gasch <[email protected]>
Fri, 3 Jun 2022 17:14:01 +0000 (10:14 -0700)
commit59cae873b00e3459d9a7f794398894c95ab682ed
treeda9055d1e7888a0c2f32c2cd9420a29e8139f964
parenta1d5f347e978bdb62666a90f55c36047e82ed5cf
Make run_tests.py also run a subset of tests w/o coverage (in addition
to with coverage) when --coverage is passed so that they can pay attention
to perf regressions.
tests/run_tests.py