Skip to content

Commit

Permalink
Change readme road traffic command (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
t92549 authored Nov 1, 2023
1 parent d7cc3b3 commit c7658a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The python shell connects to a running Gaffer REST API.
You can start the Gaffer road-traffic-demo rest server from the Gaffer repository, using the command:

```bash
mvn verify -Proad-traffic-demo
mvn clean install -pl :road-traffic-demo -Proad-traffic-demo,quick
```

```python
Expand Down Expand Up @@ -83,7 +83,7 @@ Please ensure that your coding style is consistent with the rest of the Gaffer p
```bash
# To run all of the tests, first deploy the road traffic example
# This needs to be done from the Gaffer java repository
mvn verify -Proad-traffic-demo
mvn clean install -pl :road-traffic-demo -Proad-traffic-demo,quick

# Then run
python -m unittest discover
Expand Down

0 comments on commit c7658a9

Please sign in to comment.