Add success message when the e2e test passes.
This commit is contained in:
parent
cd6ddaaa85
commit
419434db28
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ if [[ $status != "synced" || $videoStatus != "published" || $channelTransferStat
|
||||||
#docker-compose logs --tail="all" lbrynet
|
#docker-compose logs --tail="all" lbrynet
|
||||||
#docker-compose logs --tail="all" internalapis
|
#docker-compose logs --tail="all" internalapis
|
||||||
exit 1;
|
exit 1;
|
||||||
|
else
|
||||||
|
echo "SUCCESSSSSSSSSSSSS!"
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
#perhaps query lbrynet again (should be restarted) to see if the claim and the channel are actually on the right address
|
#perhaps query lbrynet again (should be restarted) to see if the claim and the channel are actually on the right address
|
Loading…
Reference in a new issue