tests layout fixes

This commit is contained in:
Blaise Tine
2021-06-13 18:05:46 -07:00
parent cadff791ab
commit 585b31cc6d
9 changed files with 57 additions and 54 deletions

View File

@@ -126,9 +126,6 @@ then
elif [ -d "$VORTEX_HOME/tests/regression/$APP" ];
then
APP_PATH=$VORTEX_HOME/tests/regression/$APP
elif [ -d "$VORTEX_HOME/tests/driver/$APP" ];
then
APP_PATH=$VORTEX_HOME/tests/driver/$APP
else
echo "Application folder found: $APP"
exit -1