Skip to content

Commit

Permalink
nosetests: start using /usr/bin/env to find noestests
Browse files Browse the repository at this point in the history
 - Option nocapture is not really required so no problem
   with the fact that FreeBSD env does not work for params
   for nosetests

Signed-off-by: Willem Jan Withagen <[email protected]>
  • Loading branch information
wjwithagen committed Jan 10, 2017
1 parent eb8b4c8 commit 89a61ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/pybind/test_ceph_argparse.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/nosetests --nocapture
#!/usr/bin/env nosetests
# -*- mode:python; tab-width:4; indent-tabs-mode:t; coding:utf-8 -*-
# vim: ts=4 sw=4 smarttab expandtab fileencoding=utf-8
#
Expand Down
2 changes: 1 addition & 1 deletion src/test/pybind/test_ceph_daemon.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/nosetests --nocapture
#!/usr/bin/env nosetests
# -*- mode:python; tab-width:4; indent-tabs-mode:t -*-
# vim: ts=4 sw=4 smarttab expandtab
#
Expand Down

0 comments on commit 89a61ae

Please sign in to comment.