From: Xinze Chi Date: Thu, 26 Mar 2015 05:58:33 +0000 (+0800) Subject: test: add compile-command for test_ceph_daemon.py X-Git-Tag: v9.0.0~83^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F4188%2Fhead;p=ceph.git test: add compile-command for test_ceph_daemon.py Signed-off-by: Xinze Chi --- diff --git a/src/test/pybind/test_ceph_daemon.py b/src/test/pybind/test_ceph_daemon.py index 4b2a27a011e..a95c8fcda77 100755 --- a/src/test/pybind/test_ceph_daemon.py +++ b/src/test/pybind/test_ceph_daemon.py @@ -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: