We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb79e90 commit 0bba705Copy full SHA for 0bba705
tests/restyle.sh
@@ -14,10 +14,8 @@ CLANG_FORMAT=${CLANG_FORMAT:-clang-format-15}
14
cd $root
15
python $root/tests/restyle.py format --clang-format=$CLANG_FORMAT preset --include core --include arduino
16
17
-if [ $CI = "true" ] ; then
18
- echo foo
+if [ "$CI" = "true" ] ; then
19
python $root/tests/restyle.py assert --with-summary --with-errors
20
else
21
- echo bar
22
python $root/tests/restyle.py assert --with-diff
23
fi
0 commit comments