Skip to content

Commit

Permalink
readme: add -tags json1 and correct the test and run ids
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-stevan-andjelkovic committed Mar 17, 2021
1 parent f5f9db1 commit 3336611
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ this repository using the instructions below:

7. Change directory to where the distributed register example lives with `cd
src/sut/register`;
8. Run the first test from the test-suite by typing `go test -run 1`;
9. Notice how test id `1` and run id `2` doesn't pass the analysis. To debug
that run enter `detsys debug 1 2`;
8. Run the first test from the test-suite by typing `go test -run 1 -tags json1`;
9. Notice how test id `0` and run id `3` doesn't pass the analysis. To debug
that run enter `detsys debug 0 3`;
10. Navigate up and down through the messages with your arrow keys or `j` and
`k`, and finally exit the debugger with `q` or `Ctrl-c`.

Expand Down

0 comments on commit 3336611

Please sign in to comment.