]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: add compile-command for test_ceph_daemon.py 4188/head
authorXinze Chi <xmdxcxz@gmail.com>
Thu, 26 Mar 2015 05:58:33 +0000 (13:58 +0800)
committerXinze Chi <xmdxcxz@gmail.com>
Thu, 26 Mar 2015 05:58:33 +0000 (13:58 +0800)
Signed-off-by: Xinze Chi <xmdxcxz@gmail.com>
src/test/pybind/test_ceph_daemon.py

index 4b2a27a011eee16fb33d62d128ed89b9a93c7838..a95c8fcda77ed4c3ef7605f089a8847b8ea13606 100755 (executable)
@@ -37,3 +37,8 @@ class TestDaemonWatcher(TestCase):
         dw = DaemonWatcher(None)
         # Can't count on having a tty available during tests, so only test the false case
         self.assertEqual(dw.supports_color(StringIO()), False)
+# Local Variables:
+# compile-command: "cd ../.. ; make -j4 &&
+#  PYTHONPATH=pybind nosetests --stop \
+#  test/pybind/test_ceph_daemon.py
+# End: