Home
last modified time | relevance | path

Searched refs:EXIT_STATUS (Results 1 - 3 of 3) sorted by relevance

/third_party/mbedtls/tests/scripts/quiet/
H A Dquiet.sh67 EXIT_STATUS=$?
69 if [[ $EXIT_STATUS -ne 0 ]]; then
78 exit $EXIT_STATUS
/third_party/python/Modules/_decimal/tests/
H A Ddeccheck.py58 EXIT_STATUS = 0 variable
618 global EXIT_STATUS
622 EXIT_STATUS = 1
1319 EXIT_STATUS = 1
1320 sys.exit(EXIT_STATUS)
1322 sys.exit(EXIT_STATUS)
/third_party/node/
H A DMakefile1560 @EXIT_STATUS=0 ; \
1561 $(MAKE) lint-js || EXIT_STATUS=$$? ; \
1562 $(MAKE) lint-cpp || EXIT_STATUS=$$? ; \
1563 $(MAKE) lint-addon-docs || EXIT_STATUS=$$? ; \
1564 $(MAKE) lint-md || EXIT_STATUS=$$? ; \
1565 $(MAKE) lint-yaml || EXIT_STATUS=$$? ; \
1566 exit $$EXIT_STATUS

Completed in 5 milliseconds