File: disable-sqlint-test.patch

package info (click to toggle)
flycheck 30-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,172 kB
  • ctags: 1,544
  • sloc: lisp: 11,139; python: 733; makefile: 243; ruby: 23; cpp: 17; ada: 17; f90: 16; xml: 14; ansic: 12; haskell: 12; sh: 10; erlang: 10; php: 9; perl: 7; fortran: 3; sql: 1
file content (30 lines) | stat: -rw-r--r-- 1,021 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From: Sean Whitton <spwhitton@spwhitton.name>
Date: Fri, 26 Feb 2016 09:27:40 -0700
Subject: disable-sqlint-test

sqlint not available in Debian

Forwarded: not-needed
---
 test/flycheck-test.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

--- a/test/flycheck-test.el
+++ b/test/flycheck-test.el
@@ -4004,11 +4004,11 @@ Why not:
    "language/slim.slim" 'slim-mode
    `(2 1 error "Unexpected indentation" :checker slim)))
 
-(flycheck-ert-def-checker-test sqllint sql nil
-  (flycheck-ert-should-syntax-check
-   "language/sql.sql" 'sql-mode
-   `(1 15 error "unterminated quoted string at or near \"';\n  \" (scan.l:1087)"
-       :checker sql-sqlint)))
+;; (flycheck-ert-def-checker-test sqllint sql nil
+;;   (flycheck-ert-should-syntax-check
+;;    "language/sql.sql" 'sql-mode
+;;    `(1 15 error "unterminated quoted string at or near \"';\n  \" (scan.l:1087)"
+;;        :checker sql-sqlint)))
 
 (flycheck-ert-def-checker-test tex-chktex (tex latex) nil
   (flycheck-ert-should-syntax-check