File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
3939else
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'"
4141fi
4242
4343cd $integration_tests_dir
@@ -154,4 +154,4 @@ if [ -n "$UPDATE_SNAPSHOTS" ]; then
154154 exit 0
155155fi
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 "
You can’t perform that action at this time.
0 commit comments