Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/proj2_routing/simulator_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ The first included test is `test_simple.py`, which just creates a small topology
and sends a couple pings, making sure the right number of pings arrive. Let’s
try it using the hub:

$ python simulator.py --no-interactive --default-switch-type=examples.hub examples.test_simple
$ python simulator.py --no-interactive --default-switch-type=examples.hub tests.test_simple

Note that we use `--no-interactive` to start the simulator without the
Python console for the purposes of testing.
Expand Down