From 5cef82fdce09287fb091510547f9096c0b83c0f1 Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Fri, 20 Dec 2024 15:19:30 -0500 Subject: [PATCH] update tests in jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1166b8e..8e3fd16 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -105,7 +105,7 @@ pipeline { stage('Integration Tests') { steps { sh 'rm -rf test/results' - sh 'mkdir -p test/results/integration + sh 'mkdir -p test/results/integration' sh 'bats -F junit test/integration/dns/**/*.bat test/integration/dns/**/**/*.bat > test/results/integration/dns.xml' } }