diff options
author | iphydf <iphydf@users.noreply.github.com> | 2016-10-24 16:06:09 +0100 |
---|---|---|
committer | iphydf <iphydf@users.noreply.github.com> | 2016-10-26 13:34:29 +0100 |
commit | de966cdf90843819e2f7287e22ddcb5f95491b18 (patch) | |
tree | 2c92c01a69db30a9912581807a78cdeff974aa3c /other/astyle/format-source | |
parent | 09c8575a7d93c8f9302330620f95645757ab276e (diff) |
Error if format_test can't be executed.
This ensures that on Travis, format_test will always be executed, or the
build fails.
Diffstat (limited to 'other/astyle/format-source')
-rwxr-xr-x | other/astyle/format-source | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/other/astyle/format-source b/other/astyle/format-source index 624864ab..d623926d 100755 --- a/other/astyle/format-source +++ b/other/astyle/format-source | |||
@@ -27,6 +27,7 @@ if ! which "$APIDSL"; then | |||
27 | APIDSL=../apidsl/apigen.native | 27 | APIDSL=../apidsl/apigen.native |
28 | else | 28 | else |
29 | APIDSL=apidsl_curl | 29 | APIDSL=apidsl_curl |
30 | fi | ||
30 | fi | 31 | fi |
31 | 32 | ||
32 | apidsl_curl() { | 33 | apidsl_curl() { |