Exclude test_execute as it requires $DISPLAY
This commit is contained in:
parent
0b7162af75
commit
9b5d737d8b
4
gdl.spec
4
gdl.spec
@ -154,9 +154,9 @@ install -m 0644 %SOURCE2 $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d
|
||||
|
||||
%check
|
||||
cd build
|
||||
# test_bug_3104326 expects to use DISPLAY
|
||||
# test_bug_3104326 and test_execute expects to use DISPLAY
|
||||
# Known issues with str_sep
|
||||
make check ARGS="-V -E 'test_bug_3104326|test_str_sep'"
|
||||
make check ARGS="-V -E 'test_bug_3104326|test_execute|test_str_sep'"
|
||||
|
||||
|
||||
%clean
|
||||
|
Loading…
Reference in New Issue
Block a user