We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159ccf8 commit 72663b5Copy full SHA for 72663b5
app/test-semver-ok
@@ -3,7 +3,10 @@
3
# Copyright 2022-2024 David Rabkin
4
# shellcheck disable=SC1090,SC1091 # File not following.
5
. "$(CDPATH='' cd -- "$(dirname -- "$0")" && pwd -P)"/../lib/base.sh
6
-grep --help >/dev/null 2>&1 || cya GNU grep is required.
+grep --help >/dev/null 2>&1 || {
7
+ logw test-semver-ok: Skipped, GNU grep is required.
8
+ cya
9
+}
10
ver="$(semver 'I am 1.2.3')" || die
11
log "$ver"
12
inside "$ver" 0.0.0+nil && die
0 commit comments