We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea661a6 commit f47d412Copy full SHA for f47d412
1 file changed
scripts/run_integration_tests.sh
@@ -37,7 +37,7 @@ if [ -n "$BUILD_LAYERS" ]; then
37
echo "Building layers that will be deployed with our test functions"
38
source $scripts_dir/build_layers.sh
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'"
+ 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
fi
42
43
cd $integration_tests_dir
@@ -154,4 +154,4 @@ if [ -n "$UPDATE_SNAPSHOTS" ]; then
154
exit 0
155
156
157
-echo "SUCCESS: No difference found between new logs and snapshots"
+echo "SUCCESS: No difference found between snapshots and new return values or logs"
0 commit comments