summaryrefslogtreecommitdiff
path: root/other/astyle
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-10-24 16:06:09 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-10-26 13:34:29 +0100
commitde966cdf90843819e2f7287e22ddcb5f95491b18 (patch)
tree2c92c01a69db30a9912581807a78cdeff974aa3c /other/astyle
parent09c8575a7d93c8f9302330620f95645757ab276e (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')
-rwxr-xr-xother/astyle/format-source1
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
30fi 31fi
31 32
32apidsl_curl() { 33apidsl_curl() {