From: joshuazivkovic Date: Fri, 13 Jan 2023 09:17:27 +0000 (+0000) Subject: systemd-analyze: Add --json=, --table and -no-legend tests for plot X-Git-Tag: v253-rc1~77^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a23be57de3a5c5afb9ca878775ae838c3341f90c;p=thirdparty%2Fsystemd.git systemd-analyze: Add --json=, --table and -no-legend tests for plot --- diff --git a/test/units/testsuite-65.sh b/test/units/testsuite-65.sh index ebe1f57b52f..4093c5a2a78 100755 --- a/test/units/testsuite-65.sh +++ b/test/units/testsuite-65.sh @@ -18,7 +18,16 @@ systemd-analyze || : systemd-analyze time || : systemd-analyze blame || : systemd-analyze critical-chain || : +# plot systemd-analyze plot >/dev/null || : +systemd-analyze plot --json=pretty >/dev/null || : +systemd-analyze plot --json=short >/dev/null || : +systemd-analyze plot --json=off >/dev/null || : +systemd-analyze plot --json=pretty --no-legend >/dev/null || : +systemd-analyze plot --json=short --no-legend >/dev/null || : +systemd-analyze plot --json=off --no-legend >/dev/null || : +systemd-analyze plot --table >/dev/null || : +systemd-analyze plot --table --no-legend >/dev/null || : # legacy/deprecated options (moved to systemctl, but still usable from analyze) systemd-analyze log-level systemd-analyze log-level "$(systemctl log-level)"