Skip to content

Commit

Permalink
Fix test name in run stage
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-xmos committed Apr 28, 2021
1 parent 754965d commit 3d99a2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ pipeline {
]
tests.each() {
dir(it) {
// Temporaily remove this stage for faster debug of later stages
// runXmake(".", "", "XCOREAI=1")
// stash name: it, includes: 'bin/**/*.xe, '
}
Expand Down Expand Up @@ -154,9 +155,9 @@ pipeline {
sh 'tree'

// Run the tests and look for what we expect
sh 'xrun --io --id 0 bin/app_name.xe &> app_name.txt'
sh 'xrun --io --id 0 AN00160_using_SPI_master.xe &> AN00160_using_SPI_master.txt'
// Look for config register 0 value from wifi module
sh 'grep 2005400 app_name.txt'
sh 'grep 2005400 AN00160_using_SPI_master.txt'

}
}
Expand Down

0 comments on commit 3d99a2d

Please sign in to comment.