Skip to content
Snippets Groups Projects
Commit 159717ce authored by Andre Moreira Magalhaes's avatar Andre Moreira Magalhaes
Browse files

Allow running run-aa-test outside testdir


Signed-off-by: default avatarAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
parent af803888
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
. common/common-apparmor.sh
PWD=$(cd $(dirname $0); pwd; cd - >/dev/null 2>&1)
. ${PWD}/common-apparmor.sh
ALTERNATIVE_SEPARATOR="## alternative ##"
END=2
......@@ -81,7 +82,7 @@ else
CMD="$*"
fi
CMDLINE="common/run-test-in-systemd"
CMDLINE="${PWD}/run-test-in-systemd"
if [ ! -x $CMDLINE ]; then
echo "common/run-test-in-systemd not found"
exit 1
......
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