aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugin_relx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/plugin_relx.mk')
-rw-r--r--test/plugin_relx.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/plugin_relx.mk b/test/plugin_relx.mk
index 6b6baed..c65e672 100644
--- a/test/plugin_relx.mk
+++ b/test/plugin_relx.mk
@@ -313,6 +313,9 @@ ifeq ($(PLATFORM),msys2)
$t $(APP)/_rel/$(APP)_release/bin/$(APP)_release$(RELX_REL_EXT) uninstall
endif
+ $i "Check that there's no erl_crash.dump file"
+ $t test ! -f $(APP)/_rel/$(APP)_release/erl_crash.dump
+
ifneq ($(PLATFORM),msys2)
# The script will not return false on Windows when the ping fails.
# It sometimes also gets stuck. So we just skip the ping for now.