Exclude test_execute as it requires $DISPLAY

This commit is contained in:
Orion Poplawski 2013-05-21 11:52:23 -06:00
parent 0b7162af75
commit 9b5d737d8b

View File

@ -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