Skip to content

Commit 6cffe41

Browse files
committed
Tweaked lock handling
- Legacy-Id: 859
1 parent 7bb99a2 commit 6cffe41

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/run

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ test/run-pyflakes ietf
1616
trap 'echo "$program($LINENO): Caught Interrupt"' INT
1717

1818
# run tests with our patched django
19+
set -m
1920
PYTHONPATH=test:test/lib URLPREFIX="$*" python ietf/manage.py test &
2021
pid=$!
2122
echo $pid > $pidfile
23+
fg %1
2224
wait $pid
2325

2426
# reset keyboard interrupt trap

0 commit comments

Comments
 (0)