Commit 3a9b875 1 parent 761ade0 commit 3a9b875 Copy full SHA for 3a9b875
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ report="" # final report
85
85
pids=() # array of PID for running tests
86
86
test_ids=() # array of indexes of running tests
87
87
failed_tests=() # array of failed tests
88
- printf " Running $test_count tests in batches of $test_batch_size \n"
88
+ printf " Running $test_count tests in batches of $test_batch_size : \n"
89
89
for i in " ${! tests[@]} " ; do
90
90
test=${tests[$i]}
91
91
printf " * Running test $(( i+ 1 )) /$test_count : $test \n"
@@ -105,7 +105,7 @@ for i in "${!tests[@]}"; do
105
105
i=${test_ids[$j]} # restore the global test's id
106
106
pid=${pids[$j]} # restore the particular PID
107
107
test=${tests[$i]} # restore the test name
108
- printf " - Waiting for $tests >> parallel_test_output-$i .txt (PID: $pid )\n"
108
+ printf " ? Waiting for $tests >> parallel_test_output-$i .txt (PID: $pid )\n"
109
109
wait -n $pid
110
110
# get the exit status of the test
111
111
test_status=$?
You can’t perform that action at this time.
0 commit comments