From: Nick Mathewson Date: Thu, 12 May 2016 17:37:05 +0000 (-0400) Subject: Run tor_sscanf test in subprocess, in hopes of coaxing more info from jenkins X-Git-Tag: tor-0.2.9.1-alpha~244 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7207329a85a156e20f91434347e2741d4d90025;p=thirdparty%2Ftor.git Run tor_sscanf test in subprocess, in hopes of coaxing more info from jenkins --- diff --git a/src/test/test_util.c b/src/test/test_util.c index 21ff75741a..a8802068a3 100644 --- a/src/test/test_util.c +++ b/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),