On Mon, Feb 29, 2016 at 04:06:52PM +0300, Ilya Maximets wrote: > 'make check-system-userspace', 'make check-kernel' and 'make check-kmod' > work with real environment and can not be run simultaneously. > > To prevent violation of the system environment strip out options for > parallel execution from TESTSUITEFLAGS for this targets. > > Signed-off-by: Ilya Maximets <i.maxim...@samsung.com>
TESTSUITEFLAGS_WITHOUT_JOBS can be more simply defined as just $(filter-out -j% --jobs=%, $(TESTSUITEFLAGS)) Do you think it's really worth warning about this? _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev