From d7ee5480a4421d12a8b87d423cbbbc009a15e4d7 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 17 Apr 2014 17:29:11 -0400 Subject: [PATCH] use run-tests.sh for test running use the utility run-tests.sh (provided in commit: I7450913f78e0c50194cb68096edbaf52259bb80f ) to loop over all the test-*.sh test files. That was the intent, but not the implementation, of the last patch. Change-Id: Ib68e2f9dc3c42b08367d2443f336bb334e6fa705 --- .../files/jenkins_job_builder/config/devstack-gate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml index ea8413a2e0..25b1e370c8 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml @@ -1269,7 +1269,7 @@ builders: - revoke-sudo - gerrit-git-prep - - shell: "./test-*.sh" + - shell: "./run-tests.sh" publishers: - console-log