Skip to content

compiled dbQueryAllDatabases using go compiler #271

compiled dbQueryAllDatabases using go compiler

compiled dbQueryAllDatabases using go compiler #271

GitHub Actions / JUnit bash-tools-alpine-5.3 failed Sep 1, 2024 in 0s

178 tests run, 177 passed, 0 skipped, 1 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::dbQueryAllDatabases::display_help

(from function `testCommand' in file src/batsHeaders.sh, line 49,
 in test file src/_binaries/Database/dbQueryAllDatabases/dbQueryAllDatabases.bats, line 39)
Raw output
(from function `testCommand' in file src/batsHeaders.sh, line 49,
 in test file src/_binaries/Database/dbQueryAllDatabases/dbQueryAllDatabases.bats, line 39)
  `testCommand "${binDir}/dbQueryAllDatabases" dbQueryAllDatabases.help.txt' failed
--- /dev/fd/63
+++ /bash/src/_binaries/Database/dbQueryAllDatabases/testsData/dbQueryAllDatabases.help.txt
@@ -1,6 +1,5 @@
 SYNOPSIS:
     Execute a query on multiple databases to generate a tsv format report.
-
     The query can be parallelized on multiple databases.

 USAGE: dbQueryAllDatabases [OPTIONS] [ARGUMENTS]
@@ -13,8 +12,7 @@

 ARGUMENTS:
   argQuery {single} (mandatory)
-    Query to execute
-
+    Query to execute
       - <file>, try to execute the mysql query provided by the file

       - <queryFile>, search for query file in queries directory (see below)