Skip to content

Commit adf9f60

Browse files
committed
Fixed test commands in readme
1 parent 8554335 commit adf9f60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ To run a single test, use the -run option, which accepts a regular
8888
expression (see also go help testflag).
8989

9090
```
91-
go test github.com/arduino/arduino-builder/arduino-builder/... -run 'TestBuilderEmptySketch'
92-
go test github.com/arduino/arduino-builder/arduino-builder/... -run 'TestPrototypesAdder.*'
91+
go test github.com/arduino/arduino-builder/... -run 'TestBuilderEmptySketch'
92+
go test github.com/arduino/arduino-builder/... -run 'TestPrototypesAdder.*'
9393
```
9494

9595
In jenkins, use
9696
```
97-
go test -v github.com/arduino/arduino-builder/arduino-builder/... | bin/go-junit-report > report.xml
97+
go test -v github.com/arduino/arduino-builder/... | bin/go-junit-report > report.xml
9898
```
9999

100100
The first time you run the tests, some needed files (toolchains and

0 commit comments

Comments
 (0)