Skip to content

bash-compiler 2.0.0 kcl refactoring - rebuilt binaries #308

bash-compiler 2.0.0 kcl refactoring - rebuilt binaries

bash-compiler 2.0.0 kcl refactoring - rebuilt binaries #308

GitHub Actions / JUnit bash-tools-alpine-5.3 failed Oct 12, 2024 in 0s

183 tests run, 181 passed, 0 skipped, 2 failed.

Annotations

Check failure on line 1 in vendor/bash-tools-framework/.vscode/bats.code-snippets

See this annotation in the file changed.

@github-actions github-actions / JUnit bash-tools-alpine-5.3

bats.Database::dbScriptAllDatabases::display_help

(from function `testCommand' in file src/batsHeaders.sh, line 49,
 in test file src/_binaries/Database/dbScriptAllDatabases/dbScriptAllDatabases.bats, line 37)
Raw output
(from function `testCommand' in file src/batsHeaders.sh, line 49,
 in test file src/_binaries/Database/dbScriptAllDatabases/dbScriptAllDatabases.bats, line 37)
  `testCommand "${binDir}/dbScriptAllDatabases" dbScriptAllDatabases.help.txt' failed
--- /dev/fd/63
+++ /bash/src/_binaries/Database/dbScriptAllDatabases/testsData/dbScriptAllDatabases.help.txt
@@ -80,8 +80,8 @@
     Quiet mode, doesn't display any output.

 SCRIPTS OPTIONS:
-  --database <dbName> {list} (optional)
-    If provided will check only databases specified,
+  --database <dbName> {single}
+    If provided will check only this db,
     otherwise script will be executed on all dbs of mysql server.
   --output, -o <outputDirectory> {single}
     Output directory, see log-format option.

Check failure on line 1 in vendor/bash-tools-framework/.vscode/bats.code-snippets

See this annotation in the file changed.

@github-actions github-actions / JUnit bash-tools-alpine-5.3

bats.Utils::waitForIt::display_help

(from function `testCommand' in file src/batsHeaders.sh, line 49,
 in test file src/_binaries/Utils/waitForIt/waitForIt.bats, line 22)
Raw output
(from function `testCommand' in file src/batsHeaders.sh, line 49,
 in test file src/_binaries/Utils/waitForIt/waitForIt.bats, line 22)
  `testCommand "${binDir}/waitForIt" waitForIt.help.txt' failed
--- /dev/fd/63
+++ /bash/src/_binaries/Utils/waitForIt/testsData/waitForIt.help.txt
@@ -74,7 +74,7 @@
   --quiet, -q {single}
     Quiet mode, doesn't display any output.

-SPECIFIC OPTIONS:
+OPTIONS:
   --algorithm, --algo <algorithm> {single}
     Algorithm to use Check algorithms list below.
     Default: automatic selection based on commands availability and timeout option value.