Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 573 Bytes

how-to-run-smoke-tests.md

File metadata and controls

18 lines (15 loc) · 573 Bytes

How to run smoke tests

Usage

Go in the smoke-test subdirectory and run:

$ ./test.sh [--get-helpers [branch|tag]]

Options

  • --get-helpers [branch|tag] forces downloading helper tools anew on specified branch or tag (default = master).

Exit Codes

  • 0 test passed ✔️
  • >=1 && <=100 test passed with assigned marks ✔️
  • -1(=255) test failed ❌
  • -2(=254) code under test doesn't compile 🔨
  • -3(=253) test itself doesn't compile 🔫
  • -4(=252) generic error 😱