regress: use -P with an absolute path

This commit is contained in:
Omar Polo 2023-06-08 13:56:09 +00:00
parent f1f13cb7dc
commit 99f1fbb0c7
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ run() {
return
fi
$gmid -P gmid.pid -c reg.conf
$gmid -P $PWD/gmid.pid -c reg.conf
# give gmid time to bind the port, otherwise we end up
# executing gg when gmid isn't ready yet.