[rhinstaller/blivet/pulls/132 master] Make use of /usr/bin/env python to avoid hard-coding the python version

atodorov installerbot-noreply at redhat.com
Fri May 29 07:34:42 UTC 2015


> What's the purpose of that extra chunk of code in raid_test.py?

So you can do
```
PYTHONPATH=.:tests/ $(PYTHON) tests/devicelibs_test/raid_test.py
```
instead of running all tests together. It is present in other files as well, I just found raid_test.py was missing it while I was working on it.
-- 
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/132


More information about the anaconda-patches mailing list