File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22#
3- # Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved.
3+ # Copyright (c) 2017-2018 , NVIDIA CORPORATION. All rights reserved.
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
@@ -33,4 +33,4 @@ export PATH=$PATH:$(pwd)
3333make -f $MAKE_FILE HOMEQA=$MAKE_FILE_DIR TEST=$test_name OPT=" $FLAGS " build 2>&1
3434make -f $MAKE_FILE HOMEQA=$MAKE_FILE_DIR TEST=$test_name OPT=" $FLAGS " run 2>&1
3535make -f $MAKE_FILE HOMEQA=$MAKE_FILE_DIR TEST=$test_name OPT=" $FLAGS " verify 2>&1
36- # CHECK: {{([1-9][0-9]* tests PASSED\. 0 tests failed|^[[:space:]]*PASS[[:space:]])}}
36+ # CHECK: {{([1-9][0-9]* tests PASSED\. 0 tests failed|^[[:space:]]*PASS[[:space:]]|^[[:space:]]*PASSED[[:space:]]*$ )}}
Original file line number Diff line number Diff line change 11#! /bin/bash
22#
3- # Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved.
3+ # Copyright (c) 2017-2018 , NVIDIA CORPORATION. All rights reserved.
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
@@ -33,4 +33,4 @@ export PATH=$PATH:$(pwd)
3333make -f $MAKE_FILE HOMEQA=$MAKE_FILE_DIR TEST=$test_name OPT=" $FLAGS " build 2>&1
3434make -f $MAKE_FILE HOMEQA=$MAKE_FILE_DIR TEST=$test_name OPT=" $FLAGS " run 2>&1
3535make -f $MAKE_FILE HOMEQA=$MAKE_FILE_DIR TEST=$test_name OPT=" $FLAGS " verify 2>&1
36- # CHECK: {{([1-9][0-9]* tests PASSED\. 0 tests failed|^[[:space:]]*PASS[[:space:]])}}
36+ # CHECK: {{([1-9][0-9]* tests PASSED\. 0 tests failed|^[[:space:]]*PASS[[:space:]]|^[[:space:]]*PASSED[[:space:]]*$ )}}
Original file line number Diff line number Diff line change 11#! /bin/bash
22#
3- # Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved.
3+ # Copyright (c) 2017-2018 , NVIDIA CORPORATION. All rights reserved.
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
@@ -33,4 +33,4 @@ export PATH=$PATH:$(pwd)
3333make -f $MAKE_FILE HOMEQA=$MAKE_FILE_DIR TEST=$test_name OPT=" $FLAGS " build 2>&1
3434make -f $MAKE_FILE HOMEQA=$MAKE_FILE_DIR TEST=$test_name OPT=" $FLAGS " run 2>&1
3535make -f $MAKE_FILE HOMEQA=$MAKE_FILE_DIR TEST=$test_name OPT=" $FLAGS " verify 2>&1
36- # CHECK: {{([1-9][0-9]* tests PASSED\. 0 tests failed|^[[:space:]]*PASS[[:space:]])}}
36+ # CHECK: {{([1-9][0-9]* tests PASSED\. 0 tests failed|^[[:space:]]*PASS[[:space:]]|^[[:space:]]*PASSED[[:space:]]*$ )}}
You can’t perform that action at this time.
0 commit comments