Skip to content
Snippets Groups Projects
Commit d12873fc authored by Martyn Welch's avatar Martyn Welch
Browse files

Use existing common configuration to setup PREFIX


Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.co.uk>
parent 46c548b6
No related branches found
No related tags found
1 merge request!2T4802: Fix up issues with apparmor-dbus testing
#!/bin/sh
# vim: set sts=4 sw=4 et tw=0 :
case `uname -m` in
x86_64) PREFIX=amd64/bin; ;;
armv7l) PREFIX=armhf/bin; ;;
aarch64) PREFIX=arm64/bin; ;;
esac
echo "$0: setup"
. common/update-test-path
. common/common.sh
ensure_dbus_session
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment