mirror of
https://github.com/ceph/ceph
synced 2025-01-19 17:41:39 +00:00
Merge pull request #12091 from wjwithagen/wip-wjw-nosetests
nosetests: use /usr/bin/env to find nosetests Reviewed-by: Loic Dachary <ldachary@redhat.com> Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
7b8eca5be7
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user