Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 11 lines 340 B view raw
1--- a/build/meson/run_test_env.sh 2+++ b/build/meson/run_test_env.sh 3@@ -33,7 +33,7 @@ if [ -n "${UI_TEST}" ]; then 4 OPT="--auto-servernum" 5 fi 6 xvfb-run $OPT --server-args="-screen 0 1280x1024x24" \ 7- dbus-run-session -- "$@" 8+ dbus-run-session --config-file="@session_conf@" -- "$@" 9 10 else 11 # Run the executable directly,