We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaae96d commit 52958b6Copy full SHA for 52958b6
tests/tests.sh
@@ -32,6 +32,14 @@ export PATH="${ROOTDIR}:${PATH}"
32
33
readonly WCURL_CMD="wcurl --dry-run "
34
35
+oneTimeSetUp() {
36
+ if ! assertContains "Check compatibility" "test" "test"; then
37
+ echo "Error: shunit2 version 2.1.8 or higher is required."
38
+ echo "Please install a compatible version of shunit2."
39
+ exit 1
40
+ fi
41
+}
42
+
43
debug()
44
{
45
if [ -n "${DEBUG}" ]; then
0 commit comments