From 45d21d612b61a9cdfb738e45dd46ac2d4fadc5e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Almir=20Saraj=C4=8Di=C4=87?= Date: Tue, 17 Sep 2024 22:01:11 +0200 Subject: [PATCH] Debug --- priv/static/Linux.sh | 1 + priv/static/macOS.sh | 1 + test/scripts/Makefile | 1 + 3 files changed, 3 insertions(+) diff --git a/priv/static/Linux.sh b/priv/static/Linux.sh index ecd58276..955c9612 100755 --- a/priv/static/Linux.sh +++ b/priv/static/Linux.sh @@ -81,6 +81,7 @@ function install() { "mise") curl https://mise.run | sh mise activate $current_shell --shims + echo "Debug PATH: $PATH" ;; "Erlang") sudo apt-get update diff --git a/priv/static/macOS.sh b/priv/static/macOS.sh index 2e103448..3f8b30d8 100755 --- a/priv/static/macOS.sh +++ b/priv/static/macOS.sh @@ -81,6 +81,7 @@ function install() { "mise") curl https://mise.run | sh mise activate $current_shell --shims + echo "Debug PATH: $PATH" ;; "Erlang") brew install autoconf openssl@1.1 wxwidgets libxslt fop diff --git a/test/scripts/Makefile b/test/scripts/Makefile index 8a40a571..e3aecb30 100644 --- a/test/scripts/Makefile +++ b/test/scripts/Makefile @@ -6,6 +6,7 @@ SHELL := $(shell echo $$SHELL) serve: # initdb -D ~/pgdata -U postgres # pg_ctl start -D ~/pgdata + echo "Debug PATH: $PATH" mix phx.new --no-install phx_tools_test cd phx_tools_test && mix local.rebar --force && mix setup cd phx_tools_test && elixir --erl "-detached" -S mix phx.server