Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
./buildall.sh -noclean -testdata

Note: Sometimes your may get a messed up terminal after data loading, e.g. not displaying any typed in characters or carriage return. In this case, type ctrl+c, then type stty sane, then press enter to recover.

Run all tests:

Code Block
languagebash
MAX_PYTEST_FAILURES=12345678 ./bin/run-all-tests.sh

...