Skip to content

Commit e7b62a7

Browse files
authored
Merge pull request SCons#4471 from piotrsiupa/jobs=0
Fix an outdated test path in `CONTRIBUTING.rst`
2 parents 9bcafd8 + d8859b1 commit e7b62a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,13 +297,13 @@ You may specifically list one or more tests to be run::
297297

298298
$ python runtest.py SCons/BuilderTests.py
299299

300-
$ python runtest.py test/option-j.py test/Program.py
300+
$ python runtest.py test/option/option-j.py test/Program.py
301301

302302
You also use the ``-f`` option to execute just the tests listed in a specified
303303
text file::
304304

305305
$ cat testlist.txt
306-
test/option-j.py
306+
test/option/option-j.py
307307
test/Program.py
308308
$ python runtest.py -f testlist.txt
309309

0 commit comments

Comments
 (0)