From fda1672c7498e52a7932729278ce363fe4b7e205 Mon Sep 17 00:00:00 2001 From: Mehak Mahajan Date: Wed, 1 Aug 2012 23:25:35 -0700 Subject: [PATCH] Create .conf.db.~lock~ in same dir as DBDIR. Commit f973f2af (Make the location of the database separately configurable.) introduced the environment variable OVS_DBDIR which specifies the path for the conf.db. With this commit, .conf.db.~lock~ will also be created in the DBDIR. Signed-off-by: Mehak Mahajan --- tests/ofproto-macros.at | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/ofproto-macros.at b/tests/ofproto-macros.at index dc9bc8646..1d5a7cfc6 100644 --- a/tests/ofproto-macros.at +++ b/tests/ofproto-macros.at @@ -36,8 +36,7 @@ m4_define([OVS_VSWITCHD_START], trap 'kill `cat ovsdb-server.pid ovs-vswitchd.pid`' 0 dnl Create database. - mkdir openvswitch - touch openvswitch/.conf.db.~lock~ + touch .conf.db.~lock~ AT_CHECK([ovsdb-tool create conf.db $abs_top_srcdir/vswitchd/vswitch.ovsschema]) dnl Start ovsdb-server. -- 2.43.0