From 83fb6aaec35a0391cac829cfe839fafe457f9123 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 31 Jul 2025 11:35:52 -0500 Subject: [PATCH] fix --- .jenkins_builds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins_builds b/.jenkins_builds index 1933d64d..0d543c46 100644 --- a/.jenkins_builds +++ b/.jenkins_builds @@ -52,7 +52,7 @@ pipeline { agent any steps { - sh 'scripts/test.sh' + sh 'scripts/run_tests.sh' } }