test: Raise exception when Gitaly build fails
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.
Showing
Please register or sign in to comment