Make tests pass

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 4 years ago
parent 0468d699e7
commit 21b87980da
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

@ -49,6 +49,13 @@ Recommends: fzf
%generate_buildrequires %generate_buildrequires
%cargo_generate_buildrequires %cargo_generate_buildrequires
%if %{with check}
echo '/usr/bin/bash'
echo '/usr/bin/fish'
echo '/usr/bin/shellcheck'
echo '/usr/bin/xonsh'
echo '/usr/bin/zsh'
%endif
%build %build
%cargo_build %cargo_build
@ -58,7 +65,7 @@ Recommends: fzf
%if %{with check} %if %{with check}
%check %check
%cargo_test %cargo_test -- -- --skip shell::tests::test_pwsh --skip shell::tests::test_shfmt_bash --skip shell::tests::test_shfmt_posix
%endif %endif
%changelog %changelog

Loading…
Cancel
Save