minor cleanup.

This commit is contained in:
Tom Alexander
2020-05-17 21:21:26 -04:00
parent 93f9581d8a
commit 5ddeeac966
2 changed files with 3 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ while read -r test_case; do
if [ "$test_mode" = "duster" ] || [ "$test_mode" = "" ]; then
duster_output=$(xargs -a <(find "$test_group" -maxdepth 1 -mindepth 1 -type f -name 'main.dust'; find "$test_group" -maxdepth 1 -mindepth 1 -type f -name '*.dust' ! -name 'main.dust' | sort) "$DIR/../target/debug/duster-cli" < "$test_case")
fi
if [ "$test_mode" = "dustjs" ]; then
cat <<<"$dustjs_output"
elif [ "$test_mode" = "duster" ]; then