diff --git a/test.sh b/test.sh index d79f6cb..bee2495 100755 --- a/test.sh +++ b/test.sh @@ -5,4 +5,5 @@ export DOUGHLANG_VERBOSE="${DOUGHLANG_VERBOSE:-0}" for file in $(find "$@" -type f); do echo $file; cat $file | cargo run -q $CARGO_FLAGS; + echo; done