aboutsummaryrefslogtreecommitdiff
path: root/tcwg-binutils.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2018-02-21 14:12:41 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2018-02-21 14:12:41 +0000
commit6a725afa94d5a3662290b269c3615e0a2b3e18c3 (patch)
tree8985e7741461971eff566740491124f49066739d /tcwg-binutils.yaml
parent1bd83fd8cc958e29a2f3f0f74ca896fb8a203ac1 (diff)
tcwg-binutils: Fix path to 'runtest'
After ABE commit 59ea03b7944020fecc3efe8515a9ad81bce68e19, we install 'runtest' in a different place. Change-Id: I7674bb87081beefaac44ef5edfba678808b06eb4
Diffstat (limited to 'tcwg-binutils.yaml')
-rw-r--r--tcwg-binutils.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-binutils.yaml b/tcwg-binutils.yaml
index c88ab57f..aa0ee9ba 100644
--- a/tcwg-binutils.yaml
+++ b/tcwg-binutils.yaml
@@ -137,7 +137,7 @@
${BUILD_SHELL} -c "git clone https://git.linaro.org/toolchain/abe.git"
${BUILD_SHELL} -c "cd abe && ./configure --with-git-reference-dir=/home/tcwg-buildslave/snapshots-ref"
${BUILD_SHELL} -c "cd abe && ./abe.sh --build dejagnu"
- djpath=$(${BUILD_SHELL} -c "ls -d $PWD/abe/./builds/destdir/*/bin")
+ djpath=$(${BUILD_SHELL} -c "ls -d $PWD/abe/./builds/hosttools/*/bin")
[ -x $djpath/runtest ] || (echo "DejaGnu not built in the expected location: $djpath/runtest" && exit 1)
# If configure or build fails, the execution will stop