Fabian Deutsch has uploaded a new change for review. Change subject: automation: Speed up make check-local ......................................................................
automation: Speed up make check-local Change-Id: Ia608444d9a05b28103fe6aaa7b2fc0b783e2ffd3 Signed-off-by: Fabian Deutsch <[email protected]> --- M automation/check-merged.sh 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/88/43888/1 diff --git a/automation/check-merged.sh b/automation/check-merged.sh index 5d5f02c..414e1f0 100755 --- a/automation/check-merged.sh +++ b/automation/check-merged.sh @@ -4,6 +4,6 @@ source ./automation/build-node.sh -if ! make check-local ; then +if ! make -j5 check-local ; then die "Node check failed" -fi \ No newline at end of file +fi -- To view, visit https://gerrit.ovirt.org/43888 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia608444d9a05b28103fe6aaa7b2fc0b783e2ffd3 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
