tests layout fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user