Skip to content

Commit 8eb6c23

Browse files
committed
ci: Remove inner quotes from shell variable
shellcheck emits: SC2027: The surrounding quotes actually unquote this. Remove or escape them. Remove inner quotes from shell variable so the feature is correctly printed.
1 parent 58ede47 commit 8eb6c23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ fi
8080
# Test each feature
8181
for feature in ${FEATURES}
8282
do
83-
echo "********* Testing "$feature" *************"
83+
echo "********* Testing $feature *************"
8484
cargo test --verbose --features="$feature"
8585
done
8686

0 commit comments

Comments
 (0)