summaryrefslogtreecommitdiff
path: root/tests/admin-test.sh
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2014-10-30 13:44:26 -0400
committerMatthew Barnes <mbarnes@redhat.com>2014-11-03 20:43:36 -0500
commite5b147c64386ed7835a66d0770c69e7ce9dc5225 (patch)
tree6e409bacff56043630ee963001be555c14642095 /tests/admin-test.sh
parenta4d82ab6b424c42d3079b5b9855411d381ba8720 (diff)
downloadostree-e5b147c64386ed7835a66d0770c69e7ce9dc5225.tar.gz
libostree: Reformat bootloader titles
Use the pattern: $PRETTY_NAME [$COMMIT_VERSION] (ostree[:$OSNAME][:$DEPLOYMENT_INDEX]) $OSNAME is only shown if there are multiple values. $COMMIT_VERSION refers to the version tag in the commit's metadata. $DEPLOYMENT_INDEX is only shown if no $COMMIT_VERSION is available. https://bugzilla.gnome.org/show_bug.cgi?id=739416
Diffstat (limited to 'tests/admin-test.sh')
-rwxr-xr-xtests/admin-test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/admin-test.sh b/tests/admin-test.sh
index 94aef64c..cc928926 100755
--- a/tests/admin-test.sh
+++ b/tests/admin-test.sh
@@ -29,6 +29,7 @@ ostree admin --sysroot=sysroot deploy --karg=root=LABEL=MOO --karg=quiet --os=te
ostree admin --sysroot=sysroot status | tee status.txt
assert_file_has_content status.txt 'Version: 1.0.10'
+assert_file_has_content sysroot/boot/loader/syslinux.conf 'TestOS 1.0.10'
echo "ok deploy command"