Skip to content

Commit d8859b1

Browse files
author
Piotr Siupa
committed
Fix an outdated test path in CONTRIBUTING.rst
1 parent 9bcafd8 commit d8859b1

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)