10000 removed exit 0 condition for tests · p3tr0/pycom-micropython-sigfox@627e39c · GitHub
[go: up one dir, main page]

Skip to content

Commit 627e39c

Browse files
msariisikpeter-pycom
authored andcommitted
removed exit 0 condition for tests
1 parent 684e9da commit 627e39c

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
@@ -122,7 +122,7 @@ def testBuild(short_name) {
122122
timeout(30) {
123123
// As some tests are randomly failing... enforce script always returns 0 (OK)
124124
sh '''export PATH=$PATH:/usr/local/bin;
125-
./run-tests --target=esp32 --device ''' + device_name + ' || exit 0'
125+
./run-tests --target=esp32 --device ''' + device_name
126126
}
127127
}
128128
sh 'python esp32/tools/pypic.py --port ' + device_name +' --enter'

0 commit comments

Comments
 (0)
0