summaryrefslogtreecommitdiff
path: root/scripts/update-cron.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update-cron.sh')
-rwxr-xr-xscripts/update-cron.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/update-cron.sh b/scripts/update-cron.sh
index 94599f23..3c387f7b 100755
--- a/scripts/update-cron.sh
+++ b/scripts/update-cron.sh
@@ -10,10 +10,6 @@ update()
make aggregate || return $?
echo
- echo "make test"
- make test || return $?
- echo
-
echo "make"
make || return $?
echo