summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xevergreen/csfle_run_tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/evergreen/csfle_run_tests.sh b/evergreen/csfle_run_tests.sh
index b4639a5c3c5..18017f6a110 100755
--- a/evergreen/csfle_run_tests.sh
+++ b/evergreen/csfle_run_tests.sh
@@ -58,7 +58,7 @@ if [ "$actual" != "$expect" ]; then
exit 1
fi
-echo "CSFLE exported symbols test succeeded!"
+echo "CSFLE exported symbols test succeeded"
#
# If the shared library version of the unit tests exists, run it,
@@ -80,4 +80,4 @@ fi
echo "Running CSFLE shared library debuggability test"
$GDB_PATH "$UNITTEST_PATH" --batch -ex "source ${EXTRACT_DIR}/csfle_debuggability_test.py"
-echo "CSFLE shared library debuggability test succeeded!"
+echo "CSFLE shared library debuggability test succeeded"