From d8859b1fee901f2ea7c3aac11c828cc8d3d249cd Mon Sep 17 00:00:00 2001 From: Piotr Siupa Date: Sun, 4 Feb 2024 12:46:23 +0100 Subject: Fix an outdated test path in `CONTRIBUTING.rst` --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 8702711..f255e00 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -297,13 +297,13 @@ You may specifically list one or more tests to be run:: $ python runtest.py SCons/BuilderTests.py - $ python runtest.py test/option-j.py test/Program.py + $ python runtest.py test/option/option-j.py test/Program.py You also use the ``-f`` option to execute just the tests listed in a specified text file:: $ cat testlist.txt - test/option-j.py + test/option/option-j.py test/Program.py $ python runtest.py -f testlist.txt -- cgit v0.12