summaryrefslogtreecommitdiff
path: root/scripts/update-cron.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update-cron.sh')
-rwxr-xr-xscripts/update-cron.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/update-cron.sh b/scripts/update-cron.sh
index 63bc61d5..6f5925ef 100755
--- a/scripts/update-cron.sh
+++ b/scripts/update-cron.sh
@@ -13,10 +13,14 @@ update()
echo "make (2007)"
env SWAMID_MK_CONFIG=swamid2007.mk make || return $?
echo
-
+
echo "make (2016)"
env SWAMID_MK_CONFIG=swamid2016.mk make || return $?
echo
+
+ echo "make (2016 - test)"
+ env SWAMID_MK_CONFIG=swamid2016-test.mk make # Allow this to fail
+ echo
}
cd /opt/swamid-metadata || exit 1