Remove unnecessary echo in test script

This commit is contained in:
Max Brunsfeld 2020-09-02 09:17:48 -07:00
parent 4aba684d66
commit 4b9db41584

View file

@ -90,7 +90,7 @@ if [[ \
-n $TREE_SITTER_TEST_EXAMPLE_FILTER || \
-n $TREE_SITTER_TEST_TRIAL_FILTER \
]]; then
echo ${top_level_filter:=corpus}
: ${top_level_filter:=corpus}
fi
if [[ "${mode}" == "debug" ]]; then