mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
More tests for get_var
This commit is contained in:
@@ -124,6 +124,18 @@ plan() {
|
||||
# The following subs are for the test files to call.
|
||||
#
|
||||
|
||||
pass() {
|
||||
local reason="${1:-""}"
|
||||
|
||||
result 0 "$reason"
|
||||
}
|
||||
|
||||
fail() {
|
||||
local reason="${1:-""}"
|
||||
|
||||
result 1 "$reason"
|
||||
}
|
||||
|
||||
skip() {
|
||||
local skip="$1"
|
||||
local number_of_tests="$2"
|
||||
|
Reference in New Issue
Block a user