Skip to content

Commit

Permalink
Merge pull request #12091 from wjwithagen/wip-wjw-nosetests
Browse files Browse the repository at this point in the history
nosetests: use /usr/bin/env to find nosetests

Reviewed-by: Loic Dachary <ldachary@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Jan 10, 2017
2 parents 60b7947 + 89a61ae commit 7b8eca5
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
@@ -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
@@ -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 7b8eca5

Please sign in to comment.