From: Willem Jan Withagen Date: Mon, 21 Nov 2016 00:27:28 +0000 (+0100) Subject: nosetests: start using /usr/bin/env to find noestests X-Git-Tag: v12.0.0~235^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=89a61ae2cd98a316ff0247863624503497ed133c;p=ceph.git nosetests: start using /usr/bin/env to find noestests - 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 --- diff --git a/src/test/pybind/test_ceph_argparse.py b/src/test/pybind/test_ceph_argparse.py index c34e0ea3acd38..7abef08a1b72e 100755 --- a/src/test/pybind/test_ceph_argparse.py +++ b/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 # diff --git a/src/test/pybind/test_ceph_daemon.py b/src/test/pybind/test_ceph_daemon.py index 4fb68f705c394..64a0ea39fe688 100755 --- a/src/test/pybind/test_ceph_daemon.py +++ b/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 #