From 89a61ae2cd98a316ff0247863624503497ed133c Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Mon, 21 Nov 2016 01:27:28 +0100 Subject: [PATCH] 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 --- src/test/pybind/test_ceph_argparse.py | 2 +- src/test/pybind/test_ceph_daemon.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/pybind/test_ceph_argparse.py b/src/test/pybind/test_ceph_argparse.py index c34e0ea3acd3..7abef08a1b72 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 4fb68f705c39..64a0ea39fe68 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 # -- 2.47.3