From 563d6d4e49c58dbe86498ed7e8007ef0c72ef236 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdh8d@virginia.edu> Date: Thu, 17 Jan 2019 14:20:07 -0800 Subject: [PATCH] removed interactive flag for automated testing --- cicd_testing/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd_testing/deploy.sh b/cicd_testing/deploy.sh index 31a4487..787abe6 100755 --- a/cicd_testing/deploy.sh +++ b/cicd_testing/deploy.sh @@ -34,7 +34,7 @@ do_test() { # use the container to xform /bin/ls cp $(which ls) /tmp - docker run -i -v /tmp:/io -t $DOCKER_ZAFL /io/ls /io/ls.zafl + docker run -v /tmp:/io -t $DOCKER_ZAFL /io/ls /io/ls.zafl ldd /tmp/ls.zafl } -- GitLab