Fix failing test

This commit is contained in:
Lukas Slebodnik 2016-09-22 22:55:43 +02:00
parent 640e44ca24
commit 75bb1ff2e0
1 changed files with 4 additions and 0 deletions

View File

@ -660,6 +660,10 @@ autoreconf -ivf
make %{?_smp_mflags} all docs
%check
# workaround for wrong permissing in test introduced in patch
# remove after rebase to 1.14.2
chmod a+x ./src/tests/double_semicolon_test
export CK_TIMEOUT_MULTIPLIER=10
make %{?_smp_mflags} check VERBOSE=yes
unset CK_TIMEOUT_MULTIPLIER