Fix a typo in script echo output
This commit is contained in:
parent
5300347e9e
commit
9f3663152d
@ -205,7 +205,7 @@ function dotest {
|
|||||||
build
|
build
|
||||||
}
|
}
|
||||||
|
|
||||||
# Performt he build test for each entry in the test list file
|
# Perform the build test for each entry in the test list file
|
||||||
|
|
||||||
export APPSDIR=../apps
|
export APPSDIR=../apps
|
||||||
|
|
||||||
@ -224,7 +224,7 @@ for line in $testlist; do
|
|||||||
|
|
||||||
path=$nuttx/configs/$config
|
path=$nuttx/configs/$config
|
||||||
if [ ! -r "$path/defconfig" ]; then
|
if [ ! -r "$path/defconfig" ]; then
|
||||||
echo "ERROR: no configuration fount at $path"
|
echo "ERROR: no configuration found at $path"
|
||||||
showusage
|
showusage
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user