From 719e894b77992b42569c52b584e25a1910cc91e9 Mon Sep 17 00:00:00 2001 From: symbiont-stevan-andjelkovic <54943526+symbiont-stevan-andjelkovic@users.noreply.github.com> Date: Tue, 9 Mar 2021 08:53:45 +0100 Subject: [PATCH] readme: make it more clear when detsys is ready to start testing Co-authored-by: Daniel Gustafsson <60788891+symbiont-daniel-gustafsson@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32784f82..2b208f2d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ simple distributed register example: `bazel` just built; 7. Prepare the database with `detsys db up`; 8. Start the scheduler component with `detsys scheduler up`; -9. Change directory to where the distributed register example lives with `cd +Now the system is up and running and ready to be used for tests. A simple way to test the system and see how it works is to run one of the existing sut: +1. Change directory to where the distributed register example lives with `cd src/sut/register`; 10. Run the first test from the test-suite by typing `go test -run 1`; 11. Notice how test id `1` and run id `2` doesn't pass the analysis. To debug