From c24d2cf22d7ff85eaffe0ea456bef09d182fe1b1 Mon Sep 17 00:00:00 2001 From: ribeaudc <ribeaudc> Date: Mon, 12 Nov 2007 19:14:47 +0000 Subject: [PATCH] minor: - typo errors. SVN: 2502 --- integration-tests/readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/readme.txt b/integration-tests/readme.txt index 399f1cb6564..9db31fd89ac 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. -- GitLab