File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
crates/core/tedge/src/cli/diag
tests/RobotFramework/tests/tedge/diag Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,7 @@ impl DiagCollectCommand {
201
201
202
202
// Cannot write this message to summary.log since the tarball has already been created
203
203
eprintln ! ( "Diagnostic information saved to {tarball_path}" ) ;
204
+ println ! ( "{tarball_path}" ) ;
204
205
Ok ( tarball_path)
205
206
}
206
207
}
Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ Test Tags theme:troubleshooting theme:cli theme:plugins
11
11
12
12
*** Test Cases ***
13
13
Run tedge diag collect
14
- Execute Command tedge diag collect --name default
14
+ ${ stdout } = Execute Command tedge diag collect --name default strip= ${ True }
15
15
File Should Exist /tmp/default.tar.gz
16
16
Directory Should Not Exist /tmp/default
17
+ Should Be Equal ${stdout } /tmp/default.tar.gz
17
18
18
19
Execute Command tar -xvzf /tmp/default.tar.gz -C /tmp
19
20
Validate preset plugins default
You can’t perform that action at this time.
0 commit comments