Skip to content

Commit e713b77

Browse files
committed
#21 Adding ling to test result
1 parent a8516f6 commit e713b77

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cmd/test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ func (c *testComamnd) Execute() {
177177
time.Sleep(2 * time.Second)
178178
}
179179

180+
fmt.Printf("Full TestResult details are available here: %s/#/tests/%s \n", strings.Split(microcksURL, "/api")[0], testResultID)
181+
180182
if !success {
181183
os.Exit(1)
182184
}

0 commit comments

Comments
 (0)