Skip to content

Commit f48f166

Browse files
committed
Remove --silet option for tests execution
1 parent 91526ec commit f48f166

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ node('rhel7'){
2121
withEnv(['JUNIT_REPORT_PATH=report.xml']) {
2222
stage('Test') {
2323
wrap([$class: 'Xvnc']) {
24-
sh "npm test --silent"
24+
sh "npm test"
2525
junit 'report.xml'
2626
}
2727
}

0 commit comments

Comments
 (0)