From 7397a2f76756c7fa94e082838637b1edf664baf5 Mon Sep 17 00:00:00 2001 From: Matt Savoie Date: Tue, 10 Dec 2024 16:14:26 -0700 Subject: [PATCH] DAS-None: fix report locations. --- bin/run-test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/run-test b/bin/run-test index b9df28d..02235e4 100755 --- a/bin/run-test +++ b/bin/run-test @@ -18,10 +18,10 @@ set -ex find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf # Make the directory into which XML format test reports will be saved -mkdir -p test-reports +mkdir -p reports/test-reports # Make the directory into which coverage reports will be saved -mkdir -p coverage +mkdir -p reports/coverage # Run the tests in a Docker container with mounted volumes for XML report # output and test coverage reporting