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
37
37
echo " Building layers that will be deployed with our test functions"
38
38
source $scripts_dir /build_layers.sh
39
39
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'"
41
41
fi
42
42
43
43
cd $integration_tests_dir
@@ -154,4 +154,4 @@ if [ -n "$UPDATE_SNAPSHOTS" ]; then
154
154
exit 0
155
155
fi
156
156
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