[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Automake-NG] [PATCH] [ng] serial-tests: remove one level of indenta
From: |
Akim Demaille |
Subject: |
Re: [Automake-NG] [PATCH] [ng] serial-tests: remove one level of indentation in a recipe |
Date: |
Mon, 30 Jul 2012 09:24:56 +0200 |
Le 28 juil. 2012 à 13:10, Stefano Lattarini a écrit :
> test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
> test -z "$$report" || echo "$${col}$$report$${std}"; \
> echo "$${col}$$dashes$${std}"; \
> - test "$$failed" -eq 0; \
> - else :; fi
> + test "$$failed" -eq 0 || exit 1
It looks like the "|| exit 1" are useless.
> + echo "$${col}$$dashes$${std}"; \
> + test "$$failed" -eq 0 || exit 1
> --
> 1.7.12.rc0
>
>