Skip to content

Commit

Permalink
Fix wording of the Apron skipped tests hack in testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karoliineh committed Jun 22, 2023
1 parent b5cd5c4 commit fec99ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Regression tests can be run with various granularity:
* Run a group of tests with: `./scripts/update_suite.rb group sanity`.

Unfortunately this also runs skipped tests.
This is bug is used as a feature in the tests with Apron, as not all CI jobs have the Apron library installed.
This is a bug that is used as a feature in the tests with Apron, as not all CI jobs have the Apron library installed.

* Run a single test with: `./scripts/update_suite.rb assert`.
* Run a single test with full output: `./regtest.sh 00 01`.
Expand Down

0 comments on commit fec99ed

Please sign in to comment.