mini_snmpd: fix spurious version bump to 1.6
[feed/packages.git] / .travis_do.sh
index 63cd1d77c90015b556418ddcf13623e54fae9050..af37fc3c79cabb5fa62cdce5122b1e56088efe8e 100755 (executable)
@@ -5,8 +5,8 @@
 set -e
 
 SDK_HOME="$HOME/sdk"
-SDK_PATH=https://downloads.lede-project.org/snapshots/targets/ar71xx/generic/
-SDK=-sdk-ar71xx-generic_
+SDK_PATH=https://downloads.openwrt.org/snapshots/targets/mpc85xx/p2020/
+SDK=-sdk-mpc85xx-p2020_
 PACKAGES_DIR="$PWD"
 
 echo_red()   { printf "\033[1;31m$*\033[m\n"; }
@@ -136,7 +136,10 @@ EOF
                echo_blue "=== $pkg_name: Starting quick tests"
 
                exec_status '^ERROR' make "package/$pkg_name/download" V=s || RET=1
-               exec_status '^ERROR' make "package/$pkg_name/check" V=s || RET=1
+               badhash_msg_regex="HASH does not match "
+               badhash_msg_regex="$badhash_msg_regex|HASH uses deprecated hash,"
+               badhash_msg_regex="$badhash_msg_regex|HASH is missing,"
+               exec_status '^ERROR'"|$badhash_msg_regex" make "package/$pkg_name/check" V=s || RET=1
 
                echo_blue "=== $pkg_name: quick tests done"
        done