Move legacy tests one level up in the directory hierarchy

This commit is contained in:
mbanth
2021-05-19 10:55:33 +01:00
parent e6c8766bb7
commit f66ddc53eb
18 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@@ -29,7 +29,7 @@ pipeline {
}
stage('Legacy tests') {
steps {
runXmostest("${REPO}", 'tests/legacy_tests')
runXmostest("${REPO}", 'legacy_tests')
}
}
stage('xCORE builds') {