diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-10-09 17:03:10 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-10-09 17:03:10 (GMT) |
commit | c6c891b3921dce1cb3575e67a6f45f0fb24f722d (patch) | |
tree | a2f747eea6c2f51ceea679a93c2f3740aefa2ff7 /utils/rhrd-sanity-check | |
parent | 91a5a9072f82cef110535917a4601f14ddd9fa31 (diff) |
improved show deletion
Diffstat (limited to 'utils/rhrd-sanity-check')
-rwxr-xr-x | utils/rhrd-sanity-check | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/rhrd-sanity-check b/utils/rhrd-sanity-check index 93d933e..6cfb2d7 100755 --- a/utils/rhrd-sanity-check +++ b/utils/rhrd-sanity-check @@ -79,6 +79,7 @@ sub check_groups__check_show_group } if(scalar @carts == 0) { print " group '" . $group . "': carts are not used by any show\n"; + $errors++; } my ($nownext, $traffic, $music) = RHRD::rddb::get_group_reports($ctx, $group); |