From 4e0bf4d06989670911a430c8413c60aa52be0c2f Mon Sep 17 00:00:00 2001 From: josh <josh@elixxir.io> Date: Tue, 22 Jun 2021 15:24:27 -0700 Subject: [PATCH] Fix print --- basice2e/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/basice2e/run.sh b/basice2e/run.sh index 7a2b68b..7c25155 100755 --- a/basice2e/run.sh +++ b/basice2e/run.sh @@ -732,6 +732,7 @@ if [ -s results/deleteContact.txt ] then echo "CONTACT DELETION SUCCESSFUL" else + echo "CONTACT DELETION FAILED" [ -s results/deleteContact.txt ] fi -- GitLab