]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Run tor_sscanf test in subprocess, in hopes of coaxing more info from jenkins
authorNick Mathewson <nickm@torproject.org>
Thu, 12 May 2016 17:37:05 +0000 (13:37 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 12 May 2016 17:37:05 +0000 (13:37 -0400)
src/test/test_util.c

index 21ff75741a150b99a48028867e9841da37e88c0e..a8802068a35b04b771fff33e3548c61b0c91b595 100644 (file)
@@ -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),