summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2016-09-17 21:12:36 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2016-09-21 16:46:19 +0200
commit6ad1f2da4055e2cfe9bf8c79b79e408dba171691 (patch)
tree430962bddcc93b2257ebeca3d951d5617b7b5996 /contrib
parentb9941359b3181c42f415530d5ccad0f4664d85fa (diff)
downloadsssd-6ad1f2da4055e2cfe9bf8c79b79e408dba171691.tar.gz
sssd-6ad1f2da4055e2cfe9bf8c79b79e408dba171691.tar.xz
sssd-6ad1f2da4055e2cfe9bf8c79b79e408dba171691.zip
TESTS: Add simple test for double semicolon
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/ci/run3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/ci/run b/contrib/ci/run
index 1b230f584..f96476ff8 100755
--- a/contrib/ci/run
+++ b/contrib/ci/run
@@ -187,7 +187,8 @@ function build_debug()
{
# Extended glob pattern matching tests to run under Valgrind.
# NOTE: The particular pattern below is inverted
- declare -r valgrind_test_pattern="!(*.py|*/dlopen-tests|*/whitespace_test)"
+ declare -r valgrind_test_pattern="\
+ !(*.py|*/dlopen-tests|*/whitespace_test|*/double_semicolon_test)"
export CFLAGS="$DEBUG_CFLAGS"
declare test_dir
declare test_dir_distcheck