mirror of
https://github.com/t-crest/rtems.git
synced 2025-12-26 01:07:58 +00:00
Check if the testsuite directory exists
This commit is contained in:
@@ -276,6 +276,10 @@ if [[ ! -d $sourcedir ]]; then
|
|||||||
echo "Invalid source dir. Go to RTEMS source dir or specify the testsuites source dir with -s."
|
echo "Invalid source dir. Go to RTEMS source dir or specify the testsuites source dir with -s."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
if [[ ! -d $testsuitedir ]]; then
|
||||||
|
echo "Invalid testsuite dir. Check if the specified BSP is correct."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
cd $sourcedir
|
cd $sourcedir
|
||||||
|
|
||||||
if [[ $resumeflag == 0 ]]; then
|
if [[ $resumeflag == 0 ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user