From 465ef3f7ada3e1a0b6f8e8fb858e528e98e39897 Mon Sep 17 00:00:00 2001 From: Muminul Islam Date: Mon, 9 Nov 2020 13:53:13 -0800 Subject: [PATCH] scripts: dev_cli: Export volumes for windows test as well Signed-off-by: Muminul Islam --- scripts/dev_cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev_cli.sh b/scripts/dev_cli.sh index a5969726f..cada4da2e 100755 --- a/scripts/dev_cli.sh +++ b/scripts/dev_cli.sh @@ -390,7 +390,7 @@ cmd_tests() { --net="$CTR_CLH_NET" \ --mount type=tmpfs,destination=/tmp \ --volume /dev:/dev \ - --volume "$CLH_ROOT_DIR:$CTR_CLH_ROOT_DIR" \ + --volume "$CLH_ROOT_DIR:$CTR_CLH_ROOT_DIR" $exported_volumes \ --volume "$CLH_INTEGRATION_WORKLOADS:$CTR_CLH_INTEGRATION_WORKLOADS" \ --env USER="root" \ --env CH_LIBC="${libc}" \