Jorge Aparicio 9 жил өмнө
parent
commit
a16950e580
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      ci/script.sh

+ 2 - 0
ci/script.sh

@@ -18,8 +18,10 @@ run_tests() {
 
 inspect() {
     ${PREFIX}nm -g --defined-only target/**/debug/*.rlib
+    set +e
     ${PREFIX}objdump -Cd target/**/debug/*.rlib
     ${PREFIX}objdump -Cd target/**/release/*.rlib
+    set -e
 }
 
 main() {