Skip to content

Commit

Permalink
ensure debug bins are used when running just debug
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Apr 18, 2024
1 parent fae1af1 commit d40612d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ install *args:
debug dimensions="3800x200": _lbuild
Xephyr -ac -br -reset -terminate -screen {{dimensions}} :42 &
until [ -e /tmp/.X11-unix/X42 ]; do sleep 0.1; done
env -u I3SOCK DISPLAY=:42.0 i3-with-shmlog --config ./scripts/i3.conf
env -u I3SOCK PATH="$PWD/target/debug:$PATH" DISPLAY=:42.0 i3-with-shmlog --config ./scripts/i3.conf

# run tests in a nested dbus session so the host session isn't affected
alias t := test
Expand Down

0 comments on commit d40612d

Please sign in to comment.