Skip to content

Commit dec3171

Browse files
committed
Try to debug windows
1 parent 20673d3 commit dec3171

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

run-tests.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ function main()
690690
run_all_tests($test_files, $environment);
691691
$end_time = time();
692692

693+
echo "End 3\n";
693694
if ($html_output) {
694695
show_end($end_time);
695696
}
@@ -1492,7 +1493,9 @@ function run_all_tests_parallel($test_files, $env, $redir_tested) {
14921493
$waitingTests = [];
14931494

14941495
escape:
1496+
echo "Escape\n";
14951497
while ($test_files || $sequentialTests || $testsInProgress > 0) {
1498+
echo "Loop ", count($test_files), " ", count($sequentialTests), " $testsInProgress \n";
14961499
$toRead = array_values($workerSocks);
14971500
$toWrite = NULL;
14981501
$toExcept = NULL;
@@ -1638,10 +1641,12 @@ function run_all_tests_parallel($test_files, $env, $redir_tested) {
16381641
}
16391642
}
16401643

1644+
echo "End\n";
16411645
if (!$SHOW_ONLY_GROUPS) {
16421646
clear_show_test();
16431647
}
16441648

1649+
echo "End 2\n";
16451650
kill_children($workerProcs);
16461651

16471652
if ($testsInProgress < 0) {

0 commit comments

Comments
 (0)