From: Sage Weil Date: Mon, 27 Oct 2014 20:37:45 +0000 (-0700) Subject: unittest_shared_cache: fix build line X-Git-Tag: v0.88~18 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a6357f2f621d0e5a85e31fde3bcd3b45dda74118;p=ceph.git unittest_shared_cache: fix build line Signed-off-by: Sage Weil --- diff --git a/src/test/common/test_shared_cache.cc b/src/test/common/test_shared_cache.cc index 5254bd33afd..30453d53bc9 100644 --- a/src/test/common/test_shared_cache.cc +++ b/src/test/common/test_shared_cache.cc @@ -278,5 +278,5 @@ int main(int argc, char **argv) { } // Local Variables: -// compile-command: "cd ../.. ; make unittest_sharedptr_registry && ./unittest_sharedptr_registry # --gtest_filter=*.* --log-to-stderr=true" +// compile-command: "cd ../.. ; make unittest_shared_cache && ./unittest_shared_cache # --gtest_filter=*.* --log-to-stderr=true" // End: