From f7b177c7156b3a58c1ca9174215c67cc616bff6b Mon Sep 17 00:00:00 2001 From: Juncheng Zhu Date: Sun, 15 Dec 2024 08:39:18 +0000 Subject: [PATCH] fix: update test Signed-off-by: Juncheng Zhu --- test/bats/helpers.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/bats/helpers.bash b/test/bats/helpers.bash index c6e3a1f84..0f7cd580a 100644 --- a/test/bats/helpers.bash +++ b/test/bats/helpers.bash @@ -113,5 +113,6 @@ wait_for_process() { } run_crl_server() { - python3 ./scripts/crl_server.py & echo "$!" + python3 ./scripts/crl_server.py & + echo $! } \ No newline at end of file