Add log output at end of test

This commit is contained in:
David Boreham 2023-08-16 20:57:59 -06:00
parent fae2438e97
commit 5a31cb50c3

View File

@ -42,4 +42,5 @@ fi
$TEST_TARGET_SO --stack fixturenet-eth deploy down
echo "$(date +"%Y-%m-%d %T"): Removing cloned repositories"
rm -rf $CERC_REPO_BASE_DIR
echo "$(date +"%Y-%m-%d %T"): Test finished"
exit $test_result