From d8e6bd88e6af75117f182488962c0afe02605040 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 30 Sep 2014 09:54:14 -0400 Subject: [PATCH] tests: Add a rebase test This crashes for me sometimes, so let's add a test. https://github.com/projectatomic/rpm-ostree/issues/30 --- tests/test-basic.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test-basic.sh b/tests/test-basic.sh index 4dd3a6b7..dfd2eb7a 100755 --- a/tests/test-basic.sh +++ b/tests/test-basic.sh @@ -34,3 +34,6 @@ ostree admin --sysroot=sysroot deploy --karg=root=LABEL=MOO --karg=quiet --os=te os_repository_new_commit rpm-ostree upgrade --sysroot=sysroot --os=testos + +ostree --repo=sysroot/ostree/repo remote add --set=gpg-verify=false otheros file://$(pwd)/testos-repo testos/buildmaster/x86_64-runtime +rpm-ostree rebase --sysroot=sysroot --os=testos otheros: