forked from cerc-io/stack-orchestrator
Add log output at end of test
This commit is contained in:
parent
fae2438e97
commit
5a31cb50c3
@ -42,4 +42,5 @@ fi
|
|||||||
$TEST_TARGET_SO --stack fixturenet-eth deploy down
|
$TEST_TARGET_SO --stack fixturenet-eth deploy down
|
||||||
echo "$(date +"%Y-%m-%d %T"): Removing cloned repositories"
|
echo "$(date +"%Y-%m-%d %T"): Removing cloned repositories"
|
||||||
rm -rf $CERC_REPO_BASE_DIR
|
rm -rf $CERC_REPO_BASE_DIR
|
||||||
|
echo "$(date +"%Y-%m-%d %T"): Test finished"
|
||||||
exit $test_result
|
exit $test_result
|
||||||
|
Loading…
Reference in New Issue
Block a user