We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09f5fc2 + 5731ce7 commit d9244bfCopy full SHA for d9244bf
rel/files/mongooseim
@@ -33,6 +33,9 @@ cd "$RUNNER_BASE_DIR"
33
# Make sure log directory exists
34
mkdir -p "$RUNNER_LOG_DIR"
35
36
+# Save possible erl_crash.dump in log directory
37
+export ERL_CRASH_DUMP="${RUNNER_LOG_DIR}/erl_crash.dump"
38
+
39
# Extract the target node name from node.args
40
NAME_ARG=`egrep -e '^-s?name' "$RUNNER_ETC_DIR"/vm.args`
41
if [ -z "$NAME_ARG" ]; then
0 commit comments