Skip to content

Commit 9550962

Browse files
committed
Fix for Jenkins empty reports.
1 parent 4a013b5 commit 9550962

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Jenkinsfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ def runTests(String type,String version){
1414
./node_modules/.bin/mocha --timeout 10000 -R xunit test-basic/ -g \'logging|archivePath\' --invert >> $WORKSPACE/test-basic-reports.xml || true
1515
./node_modules/.bin/gulp setupProxyTests || true
1616
./node_modules/.bin/mocha --timeout 10000 -R xunit test-basic-proxy/lib/**/*.js -g \'logging|archivePath\' --invert >> $WORKSPACE/test-basic-proxy-reports.xml || true
17-
sed -n \'/^<testsuite/, $p\' test-basic-reports.xml > test-basic-reports-filtered.xml || true
18-
sed -n \'/^<testsuite/, $p\' test-basic-proxy-reports.xml >> test-basic-proxy-reports-filtered.xml || true
1917
'''
2018
junit '**/*.xml'
2119

0 commit comments

Comments
 (0)