author | Ramkumar Ramachandra <artagnon@gmail.com> | |
Thu, 8 Dec 2011 13:10:17 +0000 (18:40 +0530) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 9 Dec 2011 00:02:26 +0000 (16:02 -0800) | ||
commit | 02380389c6d4656c0cc94d33f9811636cb5953e4 | |
tree | 254dd6b28a2f2e4da8aae2c817212e253688591a | tree | snapshot |
parent | 2f139044f96227deb8332942627a04b29c70c2bf | commit | diff |
test: fix '&&' chaining
Breaks in a test assertion's && chain can potentially hide failures from
earlier commands in the chain by adding " &&" at the end of line to the
commands that need them.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Acked-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Breaks in a test assertion's && chain can potentially hide failures from
earlier commands in the chain by adding " &&" at the end of line to the
commands that need them.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Acked-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>