Skip to content

Commit f47d412

Browse files
committed
Clarify echo messages
1 parent ea661a6 commit f47d412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/run_integration_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if [ -n "$BUILD_LAYERS" ]; then
3737
echo "Building layers that will be deployed with our test functions"
3838
source $scripts_dir/build_layers.sh
3939
else
40-
echo "Not building layers, ensure they've already been built or re-run with 'REBUILD_LAYERS=true DD_API_KEY=XXXX ./scripts/run_integration_tests.sh'"
40+
echo "Not building layers, ensure they've already been built or re-run with 'BUILD_LAYERS=true DD_API_KEY=XXXX ./scripts/run_integration_tests.sh'"
4141
fi
4242

4343
cd $integration_tests_dir
@@ -154,4 +154,4 @@ if [ -n "$UPDATE_SNAPSHOTS" ]; then
154154
exit 0
155155
fi
156156

157-
echo "SUCCESS: No difference found between new logs and snapshots"
157+
echo "SUCCESS: No difference found between snapshots and new return values or logs"

0 commit comments

Comments
 (0)