On Mon, Dec 2, 2024 at 12:53 PM Timofei Zhakov <t...@chemodax.net> wrote: > > On Mon, Dec 2, 2024 at 6:47 PM Nathan Hartman <hartman.nat...@gmail.com> > wrote: > > > > On Mon, Dec 2, 2024 at 12:40 PM GitBox <g...@apache.org> wrote: > > > > > > > > > The GitHub Actions job "CMake" on subversion.git has failed. > > > Run started by GitHub user asfgit (triggered by asfgit). > > > > > > Head commit for run: > > > ae29c4b73af9d80276ab90a0c9d675e241335b90 / Timofei Zhakov > > > <rin...@apache.org> > > > Minor code format in merge.c. > > > > > > * subversion/libsvn_client/merge.c > > > (record_tree_conflict): Fix indentation of the variables' declarations. > > > > > > git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1922262 > > > 13f79535-47bb-0310-9956-ffa450edef68 > > > > > > Report URL: https://github.com/apache/subversion/actions/runs/12124369156 > > > > > > With regards, > > > GitHub Actions via GitBox > > > > > > The error is: > > Run ctest --output-on-failure --verbose -C Release --jobs 16 > > CMake Error: Unknown argument: --jobs > > > > Should be --parallel or -j instead? Patch attached... > > > > Nathan > > Hi, I also noticed it, but haven't any idea how to fix it. > > I just double-checked the command-line interface of the CTest > executable, and noticed that I just incorrectly understood the `help`. > > [[[ > -j <jobs>, --parallel <jobs> = Run the tests in parallel using the > given number of jobs. > ]]] > > I was thinking that `<jobs>` is an alias to `-j` :) > > My bad, I think it's okay to commit this patch. Thanks for noticing! > > -- > Timofei Zhakov
Done in r1922263, let's see if it works now. :-) Nathan