From 46c50bdec56c0557d2ac04e1b77b2f996e6541f5 Mon Sep 17 00:00:00 2001 From: tony-josi-aws Date: Wed, 21 Dec 2022 12:43:14 +0000 Subject: [PATCH] Fixed rreadme script to build and run unit tests --- test/unit-test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit-test/README.md b/test/unit-test/README.md index 95f2517c71..f3dd7e8ef0 100644 --- a/test/unit-test/README.md +++ b/test/unit-test/README.md @@ -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