From c055294629f1c3bb8843c65ce5ebff15efc94b7b Mon Sep 17 00:00:00 2001 From: sotech117 Date: Sat, 23 Sep 2023 23:10:12 -0400 Subject: implement extra credit --- util/run_tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/run_tests b/util/run_tests index 64bbb1e..66a1063 100755 --- a/util/run_tests +++ b/util/run_tests @@ -105,8 +105,8 @@ do_milestone() { do_all() { - do_server $@ || true - do_control $@ + do_control $@ || true + do_server $@ } main() { -- cgit v1.2.3-70-g09d2