add the user id support of runAsUser

Signed-off-by: zhangzhenhao <zhangzhenhao@outlook.com>
This commit is contained in:
zhangzhenhao
2017-08-24 23:29:45 +08:00
parent 2faa665eb2
commit 331e542c09
2 changed files with 6 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ source $(dirname "${BASH_SOURCE[0]}")/test-utils.sh
# FOCUS focuses the test to run.
FOCUS=${FOCUS:-}
# SKIP skips the test to skip.
SKIP=${SKIP:-"RunAsUser"}
SKIP=${SKIP:-"RunAsUserName"}
REPORT_DIR=${REPORT_DIR:-"/tmp/test-cri"}
if [[ -z "${GOPATH}" ]]; then