From: Philippe Waroquiers Date: Sun, 6 May 2012 21:29:59 +0000 (+0000) Subject: fix typo in README_DEVELOPERS X-Git-Tag: svn/VALGRIND_3_8_0~311 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54dc680c2bb51b6d2795824159d2535d4bce3752;p=thirdparty%2Fvalgrind.git fix typo in README_DEVELOPERS git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12557 --- diff --git a/README_DEVELOPERS b/README_DEVELOPERS index e6a005e66c..de8082ba05 100644 --- a/README_DEVELOPERS +++ b/README_DEVELOPERS @@ -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 \