Merge branch 'diskperf-disabled-for-now' of evolix/evocheck into master
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Benoît S. 2019-06-06 16:27:29 +02:00 committed by Gitea
commit 27350990c5

View file

@ -1158,7 +1158,7 @@ main() {
test "${IS_LISTCHANGESCONF:=1}" = 1 && check_listchangesconf
test "${IS_CUSTOMCRONTAB:=1}" = 1 && check_customcrontab
test "${IS_SSHALLOWUSERS:=1}" = 1 && check_sshallowusers
test "${IS_DISKPERF:=1}" = 1 && check_diskperf
test "${IS_DISKPERF:=0}" = 1 && check_diskperf
test "${IS_TMOUTPROFILE:=1}" = 1 && check_tmoutprofile
test "${IS_ALERT5BOOT:=1}" = 1 && check_alert5boot
test "${IS_ALERT5MINIFW:=1}" = 1 && check_alert5minifw