Change in vdsm[master]: fix "make check" failing on "vdscli.py" missing

zhshzhou at linux.vnet.ibm.com zhshzhou at linux.vnet.ibm.com
Thu Jun 28 09:33:47 UTC 2012


Zhou Zheng Sheng has posted comments on this change.

Change subject: fix "make check" failing on "vdscli.py" missing
......................................................................


Patch Set 1: Verified

Test as follow:

make clean

make distclean

rm vdsm_cli/*.pyc

./autogen.sh --prefix=/home/edward/builder && make check



In previous build, the problem is not discovered, because .pyc files are not cleaned, when "make check" runs, though vdscli.py is missing, the .pyc file exists, so all unit tests and OK. If you delete "make clean" and delete the .pyc file manually, then "make check" will fail. This patch let "make all" generate vdscli.py fron vdscli.py.in, thus fix the problem.

--
To view, visit http://gerrit.ovirt.org/5765
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I3e83d918466ab3ab6b6a4c4716d194dc1c87606e
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Zhou Zheng Sheng <zhshzhou at linux.vnet.ibm.com>
Gerrit-Reviewer: Zhou Zheng Sheng <zhshzhou at linux.vnet.ibm.com>


More information about the vdsm-patches mailing list