]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
nosetests: start using /usr/bin/env to find noestests 12091/head
authorWillem Jan Withagen <wjw@digiware.nl>
Mon, 21 Nov 2016 00:27:28 +0000 (01:27 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Tue, 10 Jan 2017 15:07:40 +0000 (16:07 +0100)
 - 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 <wjw@digiware.nl>
src/test/pybind/test_ceph_argparse.py
src/test/pybind/test_ceph_daemon.py

index c34e0ea3acd384d897396e67d6213cb084841536..7abef08a1b72e0e3b1f2d90b0b988f8a4dfc531b 100755 (executable)
@@ -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
 #
index 4fb68f705c394531f626bee23b1821c92a8d3e00..64a0ea39fe6882e76835ba8d6c58265fb83ad789 100755 (executable)
@@ -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
 #