summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2017-03-01 11:30:31 +0100
committerLeif Johansson <leifj@sunet.se>2017-03-01 11:30:31 +0100
commit4031585b5375ed8ee5bee79a59e27cc9a031fceb (patch)
tree335f2b2bcbef3263ddbda242249a97bb63904ecd /scripts
parent2e3a2bbee9b732c1d4c5ee8bd7aa51963f81c670 (diff)
test.swamid.se setup
Diffstat (limited to 'scripts')
-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