Skip to content
Snippets Groups Projects
Commit f798cc21 authored by Matthew Hansen's avatar Matthew Hansen Committed by Matt Hansen
Browse files

Fix README formatting

parent 63cde6ae
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,10 @@ If the test passes, you should see this comment in the output:
```
To run the test in a loop 1000x, run the `test_updown_reliablity` script and log the output:
` > ./test_updown_reliablity |& tee /tmp/updown.log`
```
./test_updown_reliablity |& tee /tmp/updown.log
```
When the test is completed, pipe the log to the `updownresults.py` script to get a summary of the results:
` > ./updownresults.py < /tmp/updown.log`
```
./updownresults.py < /tmp/updown.log`
```
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment