Remove unnecessary echo in test script
This commit is contained in:
parent
4aba684d66
commit
4b9db41584
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue