Bläddra i källkod

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

Nick Mathewson 8 år sedan
förälder
incheckning
a7207329a8
1 ändrade filer med 1 tillägg och 1 borttagningar
  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),