https://bugs.kde.org/show_bug.cgi?id=474263

--- Comment #1 from Andrew Shark <ash...@linuxcomp.ru> ---
I have found out that I had `stop-on-failure true` in the `kdesrc-buildrc`
file. But I did not changed that. After I change it to false, the kdesrc-build
behaves as expected.

I see, the FirstRun.pm module prepares a file with this option turned to true.
https://invent.kde.org/sdk/kdesrc-build/-/blob/c0e1620d38e413bda66d6e759a1512975a6d413d/modules/ksb/FirstRun.pm#L1243

But [documentation for config
file](https://docs.kde.org/trunk5/en/kdesrc-build/kdesrc-build/conf-options-table.html#conf-stop-on-failure)
says
> This option is off by default.

In previous comment I was wrong, the [documentation for
cli](https://docs.kde.org/trunk5/en/kdesrc-build/kdesrc-build/supported-cmdline-params.html#cmdline-stop-on-failure)
does not assume anything. But still it lacks the opposite option
`--no-stop-on-failure`.

We need to either change the doc or change the value in code. My suggestion it
to change value in code, because it is useful to not stop on failure.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to