Reenabling self-test on rpm build

Related: RHEL-42635
This commit is contained in:
Dmitry Belyavskiy 2024-08-05 16:36:20 +02:00
parent ce2e80c1d0
commit ba81972425
2 changed files with 4 additions and 2 deletions

View File

@ -474,7 +474,7 @@ popd
%endif
%check
#%{SOURCE22} %{SOURCE23} # ./parallel_tests.sh parallel_tests.Makefile
%{SOURCE22} %{SOURCE23} # ./parallel_tests.sh parallel_tests.Makefile
%install
rm -rf $RPM_BUILD_ROOT
@ -656,6 +656,8 @@ test -f %{sysconfig_anaconda} && \
* Mon Aug 05 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.8p1-3
- sshd doesn't propose to enter password again when a non-existing user is specified
Resolves: RHEL-11981
- Reenabling self-test on rpm build
Related: RHEL-42635
* Fri Jul 26 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.8p1-2.0
- Temporary disabling self-test

View File

@ -23,7 +23,7 @@ for ((i = 1; i < SPLIT; i++)); do ii=$(printf %02d $i);
done
# work around a selinux restriction:
chcon -t unconfined_exec_t ssh-sk-helper || :
#chcon -t unconfined_exec_t ssh-sk-helper || :
# work around something else that only crops up in brew
export TEST_SSH_UNSAFE_PERMISSIONS=1