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 653cbcc commit a5c5b0aCopy full SHA for a5c5b0a
src/infoLoggerTester.tcl
@@ -173,7 +173,7 @@ if {[catch {
173
# inject message
174
puts -nonewline "Test message injection: "
175
set status 0
176
- if {[catch {exec /opt/o2-InfoLogger/bin/log -s Debug -oFacility=test "$testString"} results]} {
+ if {[catch {exec /opt/o2-InfoLogger/bin/o2-infologger-log -s Debug -oFacility=test "$testString"} results]} {
177
if {[lindex $::errorCode 0] eq "CHILDSTATUS"} {
178
set status [lindex $::errorCode 2]
179
} else {
0 commit comments