Skip to content

Commit

Permalink
Extra echo statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Aug 25, 2021
1 parent c70055d commit 85d8860
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/scripts/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export TEMPDIR=${SRCROOT}/tmp/out/e2e/${TEST_RUN_ID}
echo "Test output can be found in ${TEMPDIR}"

function cleanup() {
echo "Cleaning up temp dir."

rm -rf "${TEMPDIR}"

if ! ${NO_BUILD} ; then
Expand Down Expand Up @@ -131,9 +133,9 @@ if [ -z "$E2E_TEST_FILTER" ] || [ "$E2E_TEST_FILTER" == "SCRIPTS" ]; then
for script in "$SRCROOT"/test/scripts/e2e_subs/serial/*; do
"${TEMPDIR}/ve/bin/python3" e2e_client_runner.py ${RUN_KMD_WITH_UNSAFE_SCRYPT} $script
done
duration "serial client runners"

deactivate
duration "serial client runners"
fi # if E2E_TEST_FILTER == "" or == "SCRIPTS"

if [ -z "$E2E_TEST_FILTER" ] || [ "$E2E_TEST_FILTER" == "GO" ]; then
Expand Down

0 comments on commit 85d8860

Please sign in to comment.