diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-19 03:22:20 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 09:47:02 +0100 |
commit | 9694e6d7b60f93ae227c23ab34a75dd7e0cefca2 (patch) | |
tree | 107d6fe18866db3003145d75a3443819103e4e4c | |
parent | 87179c84a7a58102082162a876696ee65f952e80 (diff) | |
download | jenkins.debian.net-9694e6d7b60f93ae227c23ab34a75dd7e0cefca2.tar.xz |
lvc: re-rename bin/libvirt_cucumber_tests to bin/lvc/run_test_suite
-rwxr-xr-x | bin/lvc/run_test_suite (renamed from bin/libvirt_cucumber_tests) | 0 | ||||
-rw-r--r-- | job-cfg/lvc.yaml | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/libvirt_cucumber_tests b/bin/lvc/run_test_suite index e7670b0b..e7670b0b 100755 --- a/bin/libvirt_cucumber_tests +++ b/bin/lvc/run_test_suite diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index c24c633c..2b5bec77 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -27,7 +27,7 @@ artifacts: '*.webm' latest_only: false builders: - - shell: '/srv/jenkins/bin/libvirt_cucumber_tests {my_params}' + - shell: '/srv/jenkins/bin/lvc/run_test_suite {my_params}' triggers: - timed: '{my_time}' |