From cc8845ba3e75eb17ee67fee546484cf7440103f5 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Tue, 10 Mar 2026 20:51:58 -0500 Subject: [PATCH] Run linux tests --- scripts/test-linux-docker.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/scripts/test-linux-docker.sh b/scripts/test-linux-docker.sh index a87a553..b43a89e 100755 --- a/scripts/test-linux-docker.sh +++ b/scripts/test-linux-docker.sh @@ -1,9 +1,3 @@ #!/bin/bash docker build -t dusk-linux -f docker/linux/Dockerfile . -echo "Outside of Docker container:" -ls -la -realpath . -echo "Inside of Docker container:" -docker run --rm -v $(realpath .):/workdir dusk-linux /bin/bash -c "ls -la; realpath ." - -# docker run --rm -v $(pwd):/workdir dusk-linux /bin/bash -c "./scripts/test-linux.sh" \ No newline at end of file +docker run --rm -v $(pwd):/workdir dusk-linux /bin/bash -c "./scripts/test-linux.sh" \ No newline at end of file