summaryrefslogtreecommitdiffhomepage
path: root/runsc/test/image/image_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/test/image/image_test.go')
-rw-r--r--runsc/test/image/image_test.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/runsc/test/image/image_test.go b/runsc/test/image/image_test.go
index 08b1bf279..5034411e5 100644
--- a/runsc/test/image/image_test.go
+++ b/runsc/test/image/image_test.go
@@ -13,7 +13,9 @@
// limitations under the License.
// Package image provides end-to-end image tests for runsc. These tests require
-// docker and runsc to be installed on the machine.
+// docker and runsc to be installed on the machine. To set it up, run:
+//
+// ./runsc/test/image/install.sh [--runtime <name>]
//
// The tests expect the runtime name to be provided in the RUNSC_RUNTIME
// environment variable (default: runsc-test).