packaging doesn't honor DEB_BUILD_OPTIONS nocheck

Bug #1098645 reported by Lars Nordin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-cinderclient
Fix Released
Undecided
Unassigned

Bug Description

Please modify debian/rules from

override_dh_auto_test:
        ./run_tests.sh -N -P

to

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        ./run_tests.sh -N -P
endif

Revision history for this message
Ivan Kolodyazhny (e0ne) wrote :

Looks like this bug isn't relevant to python-cinderclient now

Revision history for this message
Sean McGinnis (sean-mcginnis) wrote :

Appears to have been fixed.

Changed in python-cinderclient:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.