mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-02-03 05:02:13 +00:00
tests: skip lock test on s390x
the sleep(0) trick does not appear to work on s390x. which is okish as worst case we end up with lock file leftovers. skip the test
This commit is contained in:
parent
fa0a2511d6
commit
dee82f764c
@ -120,7 +120,10 @@ teardown() {
|
||||
|
||||
sleep 0.2
|
||||
# the first stamp should not exist, second instance should block the retry
|
||||
# skip this test on s390x, due to sleep(0) not working there
|
||||
if [ "$(uname -m)" != "s390x" ]; then
|
||||
[ ! -f "$tmpdir"/stamp1 ]
|
||||
fi
|
||||
|
||||
# simulate second download finished
|
||||
echo "done fifo2" > "$tmpdir"/fifo2
|
||||
|
Loading…
Reference in New Issue
Block a user