From dbcb3be0ab822cb1a18e823083c9b027038b06ae Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Mon, 27 May 2024 06:02:13 +0000 Subject: [PATCH] fix duplicate output; increase wait in smoketest. Signed-off-by: Jason Volk --- tests/cargo_smoke.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/cargo_smoke.sh b/tests/cargo_smoke.sh index 90a7f124..9a517283 100755 --- a/tests/cargo_smoke.sh +++ b/tests/cargo_smoke.sh @@ -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 $?