Commit 4b8d9509 authored by Vitaly Lipatov's avatar Vitaly Lipatov

test_all.sh: improve

parent a6f3acce
#!/bin/sh -e
fatal()
{
exit 1
}
set -o pipefail
epm print info
epm update
epm --auto remove erc
epm --auto install erc
epm --auto remove erc
epm --auto autoremove
epm --auto autoremove --direct
epm --auto autoorphans
epm --auto upgrade
epm --auto downgrade-release
epmqf bash
epm ql eepm | head
epm cl erc | head
epm --auto --force downgrade-release p10
epm --auto --force downgrade-release
epm --auto --force upgrade-release
epm --auto --force upgrade-release
epm --auto --force upgrade-release && fatal
epm --auto --force upgrade-release Sisyphus
epm checkpkg eepm
epm clean
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment