srcipts/docker-playground_adapt: Fix script

- Fix help text
 - Don't exit when restoring outside of Dockerfile directory

Change-Id: I9c6ecb2da639e36221f175a8b6f3d58c0c3ab3e7
This commit is contained in:
arehbein 2023-01-07 20:58:20 +01:00
parent c1cd7ec259
commit ef600d76ab
1 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ usage () {
USAGE_STR="${USAGE_STR} -b, --branch Point to branch BRANCH of osmo-ttcn3-hacks repo.\n"
USAGE_STR="${USAGE_STR} -l, --list-files List target files that will be changed/restored.\n"
USAGE_STR="${USAGE_STR} -n, --no-prompt Don't prompt for changes.\n"
USAGE_STR="${USAGE_STR} -a, --append Don't prompt for changes.\n"
USAGE_STR="${USAGE_STR} -a, --append Append testcase to existing list of testcases.\n"
USAGE_STR="${USAGE_STR} -t, --testcases Give testcase(s) to run in TESTSUITE. Will prompt for files to manipulate since there are subdirectories sometimes with alternative config files\n"
USAGE_STR="${USAGE_STR} Will not prompt for anything, if docker-playground repository subdirectory SUBDIR with the TTCN3 testconfig is given\n"
USAGE_STR="${USAGE_STR} Example:\n"
@ -156,9 +156,9 @@ RESTORE_ERR=0
if [ -n "$BRANCH_OPT" ]; then
DOCKERFILE="./Dockerfile"
if ! [ -f "$DOCKERFILE" ]; then
echo "No file $DOCKERFILE found" >&2
echo "Try to run this in a docker-playground subdirectory with a Dockerfile" >&2
exit 1
echo "No file $DOCKERFILE found"
echo "You might want to try to run this in a docker-playground subdirectory with a Dockerfile"
DOCKERFILE=""
fi
# Files in which to put branch name