fix duplicate output; increase wait in smoketest.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-05-27 06:02:13 +00:00 committed by June 🍓🦴
parent a537462d51
commit dbcb3be0ab

View file

@ -13,7 +13,6 @@ run () {
else
echo -ne "\033[1F"
echo -e "\033[1;32mPASS\033[0m $RUN_COMMAND"
echo -e "\033[1;32mPASS\033[0m $RUN_COMMAND"
fi
}
@ -22,7 +21,7 @@ conduwuit () {
rm -rf /tmp/uwu_smoketest.db
echo -e "[global]\nserver_name = \"localhost\"\ndatabase_path = \"/tmp/uwu_smoketest.db\"" > /tmp/uwu_smoketest.toml
cargo run $UWU_OPTS -- -c /tmp/uwu_smoketest.toml &
sleep 5s
sleep 15s
kill -QUIT %1
wait %1
return $?