Skip to content

Commit

Permalink
#185 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 4, 2024
1 parent c19c387 commit 179f6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/tests.sh
Expand Up @@ -50,7 +50,7 @@ find "${LOCAL}/tests" -type f -name '*.sh' | sort | while IFS= read -r test; do
if ! TARGET="${tgt}" "${test}" "${t}" "${stdout}"; then
cat "${stdout}"
echo "❌ Non-zero exit code (TARGET=${tgt})"
echo "You can run this particular test in isolation: make test TEST=${name}"
echo "You can run this particular test in isolation: make test TEST=tests/${name}"
exit 1
fi
done

0 comments on commit 179f6e4

Please sign in to comment.