Skip to content

Commit

Permalink
Fixed readme script to build and run unit tests (FreeRTOS#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws authored and ActoryOu committed Mar 17, 2023
1 parent d0db6ba commit 42695f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Go to the root directory of the FreeRTOS+TCP repo and run the following script:
#!/bin/bash
# This script should be run from the root directory of the FreeRTOS+TCP repo.
if [[ ! -f FreeRTOS_IP.c ]]; then
if [[ ! -d source ]]; then
echo "Please run this script from the root directory of the FreeRTOS+TCP repo."
exit 1
fi
Expand Down

0 comments on commit 42695f9

Please sign in to comment.