• Toon Claes's avatar
    test: Raise exception when Gitaly build fails · 4d8f588e
    Toon Claes authored
    Kernel#system by default returns false when the command fails. Before
    this change the return value was not looked at. With this change we pass
    `exception: true` to system() so it raises an exception on failure.
    4d8f588e
gitaly_setup.rb 5.2 KB