mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 22:05:06 -05:00
test: allow tests to be skipped
This commit is contained in:
@@ -101,6 +101,11 @@ test_fail() {
|
||||
exit 1
|
||||
}
|
||||
|
||||
test_skip() {
|
||||
echo "SKIP"
|
||||
exit 9
|
||||
}
|
||||
|
||||
test_ok() {
|
||||
pad_line
|
||||
echo -e "\tOK"
|
||||
|
||||
Reference in New Issue
Block a user