diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/update-cron.sh | 4 |
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 |