diff options
author | Leif Johansson <leifj@sunet.se> | 2016-11-15 08:07:14 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2016-11-15 08:07:14 +0100 |
commit | 4f3af1579a9c62fb2a79150568d67f63095aac44 (patch) | |
tree | b8f2f23037c70ecf3c774d930ada5a4a9de8fbdd /scripts | |
parent | 7266eeb5fa41572127ec240f4aa6a72d8ee3ae7a (diff) |
test is always done
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 |