Skip to content
Snippets Groups Projects
Verified Commit 17dc2340 authored by Štěpán Henek's avatar Štěpán Henek :bear:
Browse files

diagnostics: stderr -> stdout redirection

parent f5b21035
No related branches found
No related tags found
1 merge request!9Resolve "Add script(s) for generating diagnostics"
......@@ -46,7 +46,7 @@ print_help() {
module_run() {
local module="$1"
printf "############## %s\n" $module
sh "$(dirname $0)"/modules/"$module".module run
sh "$(dirname $0)"/modules/"$module".module run 2>&1
printf "************** %s\n" $module
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment