summaryrefslogtreecommitdiff
path: root/tests/test-symbols.sh
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-06-20 17:38:15 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2017-06-20 21:52:22 +0000
commitfd50c9732231895b18cd8158726e7f77bc8dcae6 (patch)
tree8447f8ad931104dc87f0de68b731de99cc89d5c9 /tests/test-symbols.sh
parent82410f0e59ab830db86350adce43cc67e466ce7f (diff)
downloadostree-fd50c9732231895b18cd8158726e7f77bc8dcae6.tar.gz
build: Add ‘devel’ or ‘release’ to OSTREE_FEATURES for test-symbols.sh
test-symbols.sh was looking for the DevelBuild string, which is actually part of the output from `ostree --version`, not $OSTREE_FEATURES. Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #948 Approved by: cgwalters
Diffstat (limited to 'tests/test-symbols.sh')
-rwxr-xr-xtests/test-symbols.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-symbols.sh b/tests/test-symbols.sh
index 3f627304..4a11183e 100755
--- a/tests/test-symbols.sh
+++ b/tests/test-symbols.sh
@@ -22,7 +22,7 @@ set -xeuo pipefail
echo '1..3'
released_syms=${G_TEST_SRCDIR}/src/libostree/libostree-released.sym
-if echo "$OSTREE_FEATURES" | grep --quiet --no-messages "DevelBuild"; then
+if echo "$OSTREE_FEATURES" | grep --quiet --no-messages "devel"; then
devel_syms=${G_TEST_SRCDIR}/src/libostree/libostree-devel.sym
else
devel_syms=