Skip to content

Commit

Permalink
src/test/pybind/CMakeLists.txt:exclude tests that use nosetests
Browse files Browse the repository at this point in the history
 - That currently does not work under FreeBSD.
   the bang-path needs to change to /usr/local/bin/nosetests
   But then even still we get an error:
	wjw > ./src/test/pybind/test_ceph_daemon.py
	Unmatched ".
	Exit 1

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
  • Loading branch information
wjwithagen committed Aug 15, 2016
1 parent fa02961 commit 4ed6d91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/test/pybind/CMakeLists.txt
@@ -1,2 +1,4 @@
add_ceph_test(test_ceph_daemon.py ${CMAKE_CURRENT_SOURCE_DIR}/test_ceph_daemon.py)
add_ceph_test(test_ceph_argparse.py ${CMAKE_CURRENT_SOURCE_DIR}/test_ceph_argparse.py)
if(NOT FREEBSD)
add_ceph_test(test_ceph_daemon.py ${CMAKE_CURRENT_SOURCE_DIR}/test_ceph_daemon.py)
add_ceph_test(test_ceph_argparse.py ${CMAKE_CURRENT_SOURCE_DIR}/test_ceph_argparse.py)
endif(NOT FREEBSD)

0 comments on commit 4ed6d91

Please sign in to comment.