@@ -1690,7 +1690,7 @@ run_schedule(const char *schedule, test_function tfunc)
1690
1690
1691
1691
if (num_tests == 1 )
1692
1692
{
1693
- status (_ ("test %-24s ... " ), tests [0 ]);
1693
+ status (_ ("test %-28s ... " ), tests [0 ]);
1694
1694
pids [0 ] = (tfunc ) (tests [0 ], & resultfiles [0 ], & expectfiles [0 ], & tags [0 ]);
1695
1695
wait_for_tests (pids , statuses , NULL , 1 );
1696
1696
/* status line is finished below */
@@ -1741,7 +1741,7 @@ run_schedule(const char *schedule, test_function tfunc)
1741
1741
bool differ = false;
1742
1742
1743
1743
if (num_tests > 1 )
1744
- status (_ (" %-24s ... " ), tests [i ]);
1744
+ status (_ (" %-28s ... " ), tests [i ]);
1745
1745
1746
1746
/*
1747
1747
* Advance over all three lists simultaneously.
@@ -1835,7 +1835,7 @@ run_single_test(const char *test, test_function tfunc)
1835
1835
* tl ;
1836
1836
bool differ = false;
1837
1837
1838
- status (_ ("test %-24s ... " ), test );
1838
+ status (_ ("test %-28s ... " ), test );
1839
1839
pid = (tfunc ) (test , & resultfiles , & expectfiles , & tags );
1840
1840
wait_for_tests (& pid , & exit_status , NULL , 1 );
1841
1841
0 commit comments