Skip to content

Commit

Permalink
Fix typo in test script (#5635)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinx13 authored May 20, 2020
1 parent 9d78ad8 commit 15f3ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/task_sphinx_precheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cat /tmp/$$.logclean.txt
echo "-----------------------------"
if grep --quiet -E "WARN" < /tmp/$$.logclean.txt; then
echo "WARNINIG found in the log, please fix them."
echo "You can reproduce locally by running ./tests/script/task_sphinx_precheck.sh"
echo "You can reproduce locally by running ./tests/scripts/task_sphinx_precheck.sh"
exit 1
fi
echo "No WARNINGS to be fixed."

0 comments on commit 15f3ce3

Please sign in to comment.