From e9febe98ac5ec0e03791c5b6794446a2c3312fb1 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 25 Mar 2021 11:17:01 -0700 Subject: [PATCH] add localtest partition lines for readability --- runtests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtests.sh b/runtests.sh index 606ae972..7ce1690c 100755 --- a/runtests.sh +++ b/runtests.sh @@ -7,5 +7,7 @@ echo "##################### Running local-only tests: #####################" echo python3 -m unittest tests.localtest_date -v +echo -e "\n======================================================================\n" python3 -m unittest tests.localtest_last -v +echo -e "\n======================================================================\n" python3 -m unittest tests.localtest_upower -v