Skip to content

Commit 76e155f

Browse files
anu3990SameeraPriyathamTadikonda
authored andcommitted
Correcting the teardown-qa path.
1 parent c303f26 commit 76e155f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def runE2ETests(String type,String version){
5555
../node_modules/.bin/mocha -R xunit --timeout 60000 -R xunit "nodejs-ds-multipleWorker.js" --reporter mocha-junit-reporter --reporter-options mochaFile=$WORKSPACE/ds-multipleWorker-results.xml || true
5656
../node_modules/.bin/mocha -R xunit --timeout 60000 -R xunit "nodejs-ds-transactions.js" --reporter mocha-junit-reporter --reporter-options mochaFile=$WORKSPACE/ds-transactions-results.js.xml || true
5757
../node_modules/.bin/mocha -R xunit --timeout 60000 -R xunit "nodejs-ds-dynamic.js" --reporter mocha-junit-reporter --reporter-options mochaFile=$WORKSPACE/ds-dynamic-results.xml || true
58-
node etc/test-teardown-qa.js
58+
node ../etc/test-teardown-qa.js
5959
'''
6060
junit '**/*.xml'
6161

0 commit comments

Comments
 (0)