Skip to content

Commit

Permalink
add link to portal
Browse files Browse the repository at this point in the history
  • Loading branch information
r2k1 committed Feb 16, 2025
1 parent fd74279 commit 67b4342
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/scenario_helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ func setupSignalHandler() context.Context {

// block until second signal is received
<-ch
fmt.Println(red("Received second cancellation signal, forcing exit. (You may need to manually delete created Azure resources)"))
msg := fmt.Sprintf("Received second cancellation signal, forcing exit.\nPlease check https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/resource/subscriptions/%s/resourceGroups/%s/overview and delete any resources created by the test suite", config.Config.SubscriptionID, config.ResourceGroupName)
fmt.Println(red(msg))
os.Exit(1)
}()
return ctx
Expand Down

0 comments on commit 67b4342

Please sign in to comment.