Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Eliminate symlink causing tests to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai Dinca committed Jun 13, 2018
1 parent 0d59a2f commit 9116284
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/rhel_unpack_salt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ rpm -ivh salt-*.src.rpm
rm -f salt-*.src.rpm
rpmbuild -bp /usr/src/packages/SPECS/salt.spec
mkdir -p $SALT_SOURCES/src/
ln -s /usr/src/packages/BUILD/salt-* $SALT_SOURCES/src/
cp -R /usr/src/packages/BUILD/salt-* $SALT_SOURCES/src/
exit 0
2 changes: 1 addition & 1 deletion bin/sles_unpack_salt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ echo '%_tmppath %{_topdir}/tmp' >> ~/.rpmmacros
zypper -n si salt
rpmbuild --without zsh_completion --without docs --without test -bp /usr/src/packages/SPECS/salt.spec
mkdir -p $SALT_SOURCES/src/
ln -s /usr/src/packages/BUILD/salt-* $SALT_SOURCES/src/
cp -R /usr/src/packages/BUILD/salt-* $SALT_SOURCES/src/
exit 0
1 change: 0 additions & 1 deletion conftest.py.source
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ KNOWN_ISSUES_INTEGRATION = {
# Always failing
'*sysmod.py::SysModuleTest::test_valid_docs',
'integration/cloud/providers/virtualbox.py::BaseVirtualboxTests::test_get_manager',
'integration/fileserver/roots_test.py::RootsTest::test_symlink_list',

'integration/modules/timezone.py::TimezoneLinuxModuleTest::test_get_hwclock',
'integration/states/git.py::GitTest::test_latest_changed_local_branch_rev_develop',
Expand Down

0 comments on commit 9116284

Please sign in to comment.