Commit 32e813c
committed
Include relative path to test: "Starting test foo (path/to/bar.sh)"
Add helpful relative path to test output for test developers in addition
to the human (mgmt) friendly text.
Also, use f-string for "Skip test" => shorter and mroe readable code.
Running suite Suite Skip
Starting test suite_skip.tcl (unit_tests/harness/suite_skip.tcl)
2025-09-14 06:29:47 1..1
2025-09-14 06:29:47 ok 1 # skip suite Required argument "require-value-foo" != "foo"
Starting test suite_skip.tcl (unit_tests/harness/suite_skip.tcl)
Skip test suite_skip.tcl (suite skip)
Test skip is masked in suite
Signed-off-by: Joachim Wiberg <[email protected]>1 parent 6608bf4 commit 32e813c
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
155 | 157 | | |
156 | 158 | | |
157 | | - | |
| 159 | + | |
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
| |||
0 commit comments