Skip to content

Commit

Permalink
Start Bob first.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Oct 10, 2024
1 parent 0c513fb commit 0080624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,14 +201,14 @@ then
sleep 1
fi

MM_AUTH="${MM_AUTH}" ${PYTHON_CMD} bob.py -l '*' -P 5062 -T ${BOB_TIMEOUT} 2>bob.log &
BOB_PID=${!}
echo "${BOB_PID}" > "${BOB_PIDF}"
start_mm
MM_AUTH="${MM_AUTH}" ${PYTHON_CMD} alice.py "${ALICE_ARGS}" -t "${TEST_SET}" -l '*' -P 5061 \
-T ${ALICE_TIMEOUT} 2>alice.log &
ALICE_PID=${!}
echo "${ALICE_PID}" > "${ALICE_PIDF}"
MM_AUTH="${MM_AUTH}" ${PYTHON_CMD} bob.py -l '*' -P 5062 -T ${BOB_TIMEOUT} 2>bob.log &
BOB_PID=${!}
echo "${BOB_PID}" > "${BOB_PIDF}"

set +e

Expand Down

0 comments on commit 0080624

Please sign in to comment.