summaryrefslogtreecommitdiff
path: root/testing/docker/dmgr.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-04-16 03:23:33 (GMT)
committerAlexey Neyman <stilor@att.net>2018-04-16 03:24:39 (GMT)
commit345dc4161d937c302248ea34ea55a9abc4bf343d (patch)
tree88a932353f8dc19342b674cc57dee4bae39dd3ee /testing/docker/dmgr.sh
parent0d7822e7963a7c445ba3bebd8125f26b415c21c7 (diff)
Testing works for archlinux docker
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'testing/docker/dmgr.sh')
-rwxr-xr-xtesting/docker/dmgr.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/docker/dmgr.sh b/testing/docker/dmgr.sh
index 6d88d51..5dbb8b2 100755
--- a/testing/docker/dmgr.sh
+++ b/testing/docker/dmgr.sh
@@ -51,6 +51,7 @@ _dckr()
-v `pwd`/common-scripts:/setup-scripts:ro \
-v ${topdir}:/crosstool-ng:ro \
-v `pwd`/build-${cntr}:/home \
+ -v $HOME/src:/src:ro \
ctng-${cntr} \
/setup-scripts/su-as-user `id -un` `id -u` `id -gn` `id -g` "$@"
}
@@ -64,7 +65,7 @@ action_test()
msg "Setting up crosstool-NG in ${cntr}"
_dckr "${cntr}" /setup-scripts/ctng-install
msg "Running build-all in ${cntr}"
- _dckr "${cntr}" /setup-scripts/ctng-build-all
+ _dckr "${cntr}" /setup-scripts/ctng-test-all
}
# Enter the container using the same user account/environment as for testing.