From c316231dd23f333cd8d7be869f8018bd17082fda Mon Sep 17 00:00:00 2001 From: C47D Date: Tue, 23 Jul 2019 13:02:07 -0500 Subject: [travis check new boards] Do not end test if there are missing boards --- tools/travis_new_boards_check.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') diff --git a/tools/travis_new_boards_check.py b/tools/travis_new_boards_check.py index 7e8116a1a..facfb601d 100644 --- a/tools/travis_new_boards_check.py +++ b/tools/travis_new_boards_check.py @@ -48,4 +48,3 @@ if len(missing_boards) is not 0: print('Boards missing in TRAVIS_BOARDS:') for board in missing_boards: print(board) - sys.exit(1) -- cgit v1.2.3