]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
unittest_shared_cache: fix build line
authorSage Weil <sage@redhat.com>
Mon, 27 Oct 2014 20:37:45 +0000 (13:37 -0700)
committerSage Weil <sage@redhat.com>
Mon, 27 Oct 2014 20:37:45 +0000 (13:37 -0700)
Signed-off-by: Sage Weil <sage@redhat.com>
src/test/common/test_shared_cache.cc

index 5254bd33afd16441f404c803ac9ddab80cf5efc0..30453d53bc997a00e9257df659f0116c5827c2c5 100644 (file)
@@ -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: