]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test: libtool --mode=execute valgrind 2504/head
authorLoic Dachary <loic-201408@dachary.org>
Tue, 16 Sep 2014 08:24:12 +0000 (10:24 +0200)
committerLoic Dachary <loic-201408@dachary.org>
Tue, 16 Sep 2014 08:25:40 +0000 (10:25 +0200)
otherwise valgrind will not actually run against the binary.

Signed-off-by: Loic Dachary <loic-201408@dachary.org>
src/test/erasure-code/TestErasureCodeIsa.cc

index 64eb1a139ca0197bf86daeff637788786a4e2385..112a1d2e3d2c4aafc9b9794024fea6c77b519aca 100644 (file)
@@ -930,7 +930,7 @@ int main(int argc, char **argv)
  * Local Variables:
  * compile-command: "cd ../.. ; make -j4 &&
  *   make unittest_erasure_code_isa &&
- *   valgrind --tool=memcheck --leak-check=full \
+ *   libtool --mode=execute valgrind --tool=memcheck --leak-check=full \
  *      ./unittest_erasure_code_isa \
  *      --gtest_filter=*.* --log-to-stderr=true --debug-osd=20"
  * End: