10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684e9da commit 627e39cCopy full SHA for 627e39c
Jenkinsfile
@@ -122,7 +122,7 @@ def testBuild(short_name) {
122
timeout(30) {
123
// As some tests are randomly failing... enforce script always returns 0 (OK)
124
sh '''export PATH=$PATH:/usr/local/bin;
125
- ./run-tests --target=esp32 --device ''' + device_name + ' || exit 0'
+ ./run-tests --target=esp32 --device ''' + device_name
126
}
127
128
sh 'python esp32/tools/pypic.py --port ' + device_name +' --enter'
0 commit comments