mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-09 05:38:04 +08:00
Pass --no-tty to run-unittests.sh when being run by Jenkins
This commit is contained in:
@@ -65,8 +65,8 @@ node('factory2'){
|
||||
|
||||
stage('Run Test Suites') {
|
||||
timeout(20) {
|
||||
onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh'
|
||||
onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh --py3'
|
||||
onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh --no-tty'
|
||||
onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh --py3 --no-tty'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user