Chore: Better messages in runForTesting

pull/8531/head^2
Laurent Cozic 2023-07-20 16:32:35 +01:00
parent 776b6d8f12
commit 3691662da2
1 changed files with 3 additions and 1 deletions

View File

@ -56,12 +56,14 @@ fi
COMMANDS=($(echo $2 | tr "," "\n"))
PROFILE_DIR=~/.config/joplindev-desktop-$USER_PROFILE_NUM
SYNC_TARGET=9
SYNC_TARGET=10
CMD_FILE="$SCRIPT_DIR/runForTestingCommands-$USER_PROFILE_NUM.txt"
rm -f "$CMD_FILE"
touch "$CMD_FILE"
echo "Using sync target: $SYNC_TARGET"
for CMD in "${COMMANDS[@]}"
do
if [[ $CMD == "createUsers" ]]; then