From 419434db280bedb51b0e87fef6317404fd3d0a06 Mon Sep 17 00:00:00 2001 From: Mark Beamer Jr Date: Thu, 22 Aug 2019 22:10:36 -0400 Subject: [PATCH] Add success message when the e2e test passes. --- e2e/e2e.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e2e/e2e.sh b/e2e/e2e.sh index f1f1af1..3eb3c20 100755 --- a/e2e/e2e.sh +++ b/e2e/e2e.sh @@ -74,6 +74,8 @@ if [[ $status != "synced" || $videoStatus != "published" || $channelTransferStat #docker-compose logs --tail="all" lbrynet #docker-compose logs --tail="all" internalapis exit 1; + else + echo "SUCCESSSSSSSSSSSSS!" fi; #perhaps query lbrynet again (should be restarted) to see if the claim and the channel are actually on the right address \ No newline at end of file