]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
fix typo in README_DEVELOPERS
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 6 May 2012 21:29:59 +0000 (21:29 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 6 May 2012 21:29:59 +0000 (21:29 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12557

README_DEVELOPERS

index e6a005e66c6ecbf1a9da8f9b384730f1b83d540f..de8082ba05c5ae4bbc66c5b0195ca0bc41ab275a 100644 (file)
@@ -202,12 +202,12 @@ When using self-hosting with an outer Callgrind tool, use '--pop-on-jump'
 (B) Regression tests in an outer/inner setup:
 
  To run all the regression tests with an outer memcheck, do :
-   perl test/vg_regtest --outer-valgrind=../outer/.../bin/valgrind \
-                        --all
+   perl tests/vg_regtest --outer-valgrind=../outer/.../bin/valgrind \
+                         --all
 
  To run a specific regression tests with an outer memcheck, do:
-   perl test/vg_regtest --outer-valgrind=../outer/.../bin/valgrind \
-                        none/tests/args.vgtest
+   perl tests/vg_regtest --outer-valgrind=../outer/.../bin/valgrind \
+                         none/tests/args.vgtest
 
  To run regression tests with another outer tool:
    perl tests/vg_regtest --outer-valgrind=../outer/.../bin/valgrind \