Fix tests on systems with a non-master git defaultBranch #1

Open
zebreus wants to merge 140 commits from fix-tests-without-master into main
Showing only changes of commit b7b1b9723f - Show all commits

View file

@ -637,10 +637,10 @@ public:
PathsSetting<std::optional<Path>> diffHook{ PathsSetting<std::optional<Path>> diffHook{
this, std::nullopt, "diff-hook", this, std::nullopt, "diff-hook",
R"( R"(
Absolute path to an executable capable of diffing build Path to an executable capable of diffing build results. The hook is
results. The hook is executed if `run-diff-hook` is true, and the executed if `run-diff-hook` is true, and the output of a build is
output of a build is known to not be the same. This program is not known to not be the same. This program is not executed to determine
executed to determine if two results are the same. if two results are the same.
The diff hook is executed by the same user and group who ran the The diff hook is executed by the same user and group who ran the
build. However, the diff hook does not have write access to the build. However, the diff hook does not have write access to the