diff --git a/integration-tests/readme.txt b/integration-tests/readme.txt index 399f1cb65646bff388664e17e693e95f19674080..9db31fd89acf5ff87227d880bf16de75f1066192 100644 --- a/integration-tests/readme.txt +++ b/integration-tests/readme.txt @@ -28,8 +28,8 @@ When testing is launched, following things happen: - source code is fetched from the repository and is built - all pieces of software are installed, configuration is copied from templates directory - all pieces of software are launched -- Approriate assertions are made to ensure the result is ok. +- Appropriate assertions are made to ensure the result is ok. Exact reason of an error can be checked by reading standard output or playground/all_err_log.txt. -Launching run.sh again will redo the tests without rebuilding or reinstaling anything. +Launching run.sh again will redo the tests without rebuilding or reinstalling anything. To reinstall everything without rebuilding binaries, delete playground directory. If you want to starting tests from the scratch, launch run.sh with --force-rebuild option.