Skip to content

Commit 6e726bb

Browse files
authored
Merge pull request #1858 from tejal29/enhance_hack_script
Enhance hack/check-samples script
2 parents 7d181a2 + 183125a commit 6e726bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/check-samples.sh

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ INTEGRATION_EXAMPLES=$(find integration/examples -mindepth 1 -maxdepth 1 -type d
2121

2222
if [[ "${EXAMPLES}" != "${INTEGRATION_EXAMPLES}" ]]; then
2323
echo "Every code sample that is in ./examples should also be in ./integration/examples"
24+
diff <(printf "examples:\n${EXAMPLES}" ) <(printf "integration/examples:\n${INTEGRATION_EXAMPLES}")
2425
exit 1
2526
fi
2627

0 commit comments

Comments
 (0)