Skip to content

Commit

Permalink
fix: update test
Browse files Browse the repository at this point in the history
Signed-off-by: Juncheng Zhu <[email protected]>
  • Loading branch information
junczhu committed Dec 15, 2024
1 parent 3508fc7 commit f7b177c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/bats/helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,6 @@ wait_for_process() {
}

run_crl_server() {
python3 ./scripts/crl_server.py & echo "$!"
python3 ./scripts/crl_server.py &
echo $!
}

0 comments on commit f7b177c

Please sign in to comment.