Skip to content

Commit 09c23b3

Browse files
author
Ernest
committed
fix no raise error even coding style checker error
1 parent a74e85b commit 09c23b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_cpp.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ make -f generate_dependencies.make
44
make -f testing.make
55

66
cd scripts
7-
./cpp_coding_style_checker.sh
7+
./cpp_coding_style_checker.sh || exit 1
88
cd $cwd

0 commit comments

Comments
 (0)