Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit a2929824 authored by augustin_s's avatar augustin_s :snake:
Browse files

Update README.md

parent 3b473a3b
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ It has two commands ([check](#check) and [compare](#compare)) and a few option s
The `data` folder contains some channel lists and output files for testing.
## check
`./sani.py check data/test_chans_good.txt`
......@@ -16,6 +17,8 @@ The `data` folder contains some channel lists and output files for testing.
<img src="docs/check_bad.png" width="491">
Successful connections will be marked in green, failed connection in red, and alarm states will be printed in yellow.
## compare
......@@ -27,4 +30,7 @@ The `data` folder contains some channel lists and output files for testing.
<img src="docs/compare_bad.png" width="658">
(Note here that `.csv` is automatically appended if missing.)
Entries that are identical in both files will not be shown. Differences will be printed as `LEFT | RIGHT`.
(Note that `.csv` is automatically appended to filenames if missing.)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment