Skip to content

Commit

Permalink
Merge pull request #457 from SpiNNakerManchester/ip_address_error_mes…
Browse files Browse the repository at this point in the history
…sage

better log and testing the tester
  • Loading branch information
rowleya committed Sep 17, 2020
2 parents 0d7f198 + 5ed85d7 commit ea7d00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,5 @@ pipeline {

def run_pytest(String tests, int timeout, String results, String threads) {
sh 'echo "<testsuite tests="0"></testsuite>" > junit/' + results + '.xml'
sh 'py.test ' + tests + ' -rs -n ' + threads + ' --forked --show-progress --cov-config=.coveragerc --cov-branch --cov spynnaker8 --cov spynnaker --cov spinn_front_end_common --cov pacman --cov data_specification --cov spinnman --cov spinn_machine --cov spinn_storage_handlers --cov spalloc --cov spinn_utilities --junitxml junit/' + results + '.xml --cov-report xml:coverage.xml --cov-append --timeout ' + timeout
sh 'py.test ' + tests + ' -rs -n ' + threads + ' --forked --show-progress --cov-config=.coveragerc --cov-branch --cov spynnaker8 --cov spynnaker --cov spinn_front_end_common --cov pacman --cov data_specification --cov spinnman --cov spinn_machine --cov spinn_storage_handlers --cov spalloc --cov spinn_utilities --junitxml junit/' + results + '.xml --cov-report xml:coverage.xml --cov-append --timeout ' + timeout + ' --log-level=INFO '
}

0 comments on commit ea7d00c

Please sign in to comment.