fix duplicate output; increase wait in smoketest.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
a537462d51
commit
dbcb3be0ab
1 changed files with 1 additions and 2 deletions
|
@ -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 $?
|
||||
|
|
Loading…
Add table
Reference in a new issue