From 9418e432add894c24b534c0e3d39c3a3706a107c Mon Sep 17 00:00:00 2001 From: Xinze Chi Date: Thu, 26 Mar 2015 13:58:33 +0800 Subject: [PATCH] test: add compile-command for test_ceph_daemon.py Signed-off-by: Xinze Chi --- src/test/pybind/test_ceph_daemon.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/test/pybind/test_ceph_daemon.py b/src/test/pybind/test_ceph_daemon.py index 4b2a27a011eee..a95c8fcda77ed 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: -- 2.39.5