Skip to content
Snippets Groups Projects
Commit 563d6d4e authored by Jason Hiser's avatar Jason Hiser
Browse files

removed interactive flag for automated testing

parent 794ce323
No related branches found
No related tags found
No related merge requests found
Pipeline #1386 failed
...@@ -34,7 +34,7 @@ do_test() ...@@ -34,7 +34,7 @@ do_test()
{ {
# use the container to xform /bin/ls # use the container to xform /bin/ls
cp $(which ls) /tmp 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 ldd /tmp/ls.zafl
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment