We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd37257 commit 6fe5717Copy full SHA for 6fe5717
2 files changed
test/test-setup
@@ -53,8 +53,8 @@ cat $settings_local test/settings_local_test.py > ietf/settings_local.py
53
54
# Acquire lock, to prevent running test and database update at the same time
55
56
-LOCKDIR=$build/test/update-db.lock
57
-PIDFILE=$build/test/update-db.lock/pid
+LOCKDIR=/var/lock/ietfdb
+PIDFILE=$LOCKDIR/pid
58
59
while true; do
60
if mkdir $build/test/update-db.lock; then
test/test-teardown
@@ -21,7 +21,7 @@ fi
21
22
# Release database update lock
23
24
25
rm -rf $LOCKDIR
26
27
exit $warnings
0 commit comments