aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/framework_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'extras/hs-test/framework_test.go')
-rw-r--r--extras/hs-test/framework_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/extras/hs-test/framework_test.go b/extras/hs-test/framework_test.go
index 91cb1032bba..0671d75fcae 100644
--- a/extras/hs-test/framework_test.go
+++ b/extras/hs-test/framework_test.go
@@ -33,4 +33,8 @@ func TestHst(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "HST")
+ if *DryRun || *IsPersistent {
+ fmt.Println("\033[36m" + "Use 'make cleanup-hst' to remove IP files, " +
+ "namespaces and containers. \nPPID: " + ppid + "\033[0m")
+ }
}