From 44aceccf5b3c826f84d659bba10a835b943c1cb0 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 29 Nov 2017 13:40:22 +0100 Subject: fix check-elf-dynamic-objects -p It needs to wait for all background tasks to exit. Change-Id: I8770f3d79d66ab2fae727ae7cbbc00e3b22e5e54 --- bin/check-elf-dynamic-objects | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/check-elf-dynamic-objects') diff --git a/bin/check-elf-dynamic-objects b/bin/check-elf-dynamic-objects index 298f81e9b294..2a676fbf27e9 100755 --- a/bin/check-elf-dynamic-objects +++ b/bin/check-elf-dynamic-objects @@ -188,6 +188,8 @@ else )>> check_elf.out & done + for file in ${files}; do wait; done + if [ -s check_elf.out ] ; then cat check_elf.out status=1 -- cgit