Adrian Schröter adrian@suse.de writes:
On Montag, 3. März 2014, 10:29:33 wrote Andreas Schwab:
Olaf Hering olaf@aepfle.de writes:
"osc build --nochecks"
This has nothing to do with %check.
RTFM:
--nochecks, --no-checks Do not run post build checks on the resulting packages.
does still execute the %check section, how can this be disabled without editing the spec file?
rpmbuild --nocheck
yes, but the build script is not handing this parameter to rpmbuild atm.
I will fix that ...
osc --nochecks should not suppress %check, that's not what it's for. If you want to pass arbitrary arguments to rpmbuild that should be a separate option.
Andreas.