diff options
-rwxr-xr-x | contrib/rh-bkr/build-from-source.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/rh-bkr/build-from-source.sh b/contrib/rh-bkr/build-from-source.sh index 5e1d822920..5164099ca8 100755 --- a/contrib/rh-bkr/build-from-source.sh +++ b/contrib/rh-bkr/build-from-source.sh @@ -85,7 +85,9 @@ fi if [[ "$DO_TEST_BUILD" == yes ]]; then # for the tests, let's pre-load some modules: + set +e $SUDO modprobe ip_gre + set -e fi if grep -q Maipo /etc/redhat-release; then |