pythonPackages.keystoneclient: Fix bogus 'doCheck' value
This commit is contained in:
parent
f0206aba5e
commit
255c9de6ef
@ -23715,7 +23715,10 @@ in modules // {
|
|||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -i 's@python@${python.interpreter}@' .testr.conf
|
sed -i 's@python@${python.interpreter}@' .testr.conf
|
||||||
'';
|
'';
|
||||||
doCheck = ''
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
patchShebangs run_tests.sh
|
patchShebangs run_tests.sh
|
||||||
./run_tests.sh
|
./run_tests.sh
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user