Lines Matching refs:test_num
379 int test_num; in run_parent() local
404 for (test_num = 1; test_num <= test_count; test_num++) { in run_parent()
406 desired_file_size = tests[test_num - 1].file_size; in run_parent()
410 printf("not ok %d\n", test_num); in run_parent()
416 printf("not ok %d\n", test_num); in run_parent()
426 printf("not ok %d\n", test_num); in run_parent()
432 if (send_test(connect_socket, tests[test_num-1]) != 0) { in run_parent()
433 printf("not ok %d\n", test_num); in run_parent()
442 printf("%s %d\n", "ok", test_num); in run_parent()
444 printf("%s %d\n", "not ok", test_num); in run_parent()
447 printf("not ok %d\n", test_num); in run_parent()