Searched refs:ID (Results 1 - 2 of 2) sorted by relevance

/systemd/test/TEST-04-JOURNAL/
H A Dtest-journal.sh10 ID=$(journalctl --new-id128 | sed -n 2p)
12 printf $'\n\n\n' | systemd-cat -t "$ID" --level-prefix false
14 journalctl -b -o cat -t "$ID" >/output
17 ID=$(journalctl --new-id128 | sed -n 2p)
19 printf $'<5>\n<6>\n<7>\n' | systemd-cat -t "$ID" --level-prefix true
21 journalctl -b -o cat -t "$ID" >/output
25 ID=$(journalctl --new-id128 | sed -n 2p)
27 printf $'<5>Trailing spaces \t \n' | systemd-cat -t "$ID" --level-prefix true
29 journalctl -b -o cat -t "$ID" >/output
32 ID
[all...]
/systemd/test/
H A Dtest-functions7 LOOKS_LIKE_DEBIAN=$(source /etc/os-release && [[ "$ID" = "debian" || "$ID_LIKE" = "debian" ]] && echo yes)

Completed in 26 milliseconds