소스 검색

Run tor_sscanf test in subprocess, in hopes of coaxing more info from jenkins

Nick Mathewson 8 년 전
부모
커밋
a7207329a8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/test/test_util.c

+ 1 - 1
src/test/test_util.c

@@ -4819,7 +4819,7 @@ struct testcase_t util_tests[] = {
   UTIL_LEGACY(memarea),
   UTIL_LEGACY(control_formats),
   UTIL_LEGACY(mmap),
-  UTIL_LEGACY(sscanf),
+  UTIL_TEST(sscanf, TT_FORK),
   UTIL_LEGACY(format_time_interval),
   UTIL_LEGACY(path_is_relative),
   UTIL_LEGACY(strtok),