From a7122d68de0d93ea22da4f44e7f92c75198af771 Mon Sep 17 00:00:00 2001 From: Yiqiao Pu Date: Mon, 29 Oct 2018 14:56:23 +0800 Subject: The system test write with ginkgo The tests can be filter by --focus and --skip to fit different test target. Also be able to set global options and cmd options by export it to ENV to fit different test matrix. Signed-off-by: Yiqiao Pu --- test/utils/utils.go | 1 + 1 file changed, 1 insertion(+) (limited to 'test/utils') diff --git a/test/utils/utils.go b/test/utils/utils.go index e61171269..c9409c9d4 100644 --- a/test/utils/utils.go +++ b/test/utils/utils.go @@ -7,6 +7,7 @@ import ( "io/ioutil" "os" "os/exec" + "runtime" "strings" "time" -- cgit v1.2.3-54-g00ecf