aboutsummaryrefslogtreecommitdiff
path: root/util/run_tests
diff options
context:
space:
mode:
Diffstat (limited to 'util/run_tests')
-rwxr-xr-xutil/run_tests4
1 files changed, 2 insertions, 2 deletions
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() {