[tor/master] Run tor_sscanf test in subprocess, in hopes of coaxing more info from jenkins

12 May
2016
12 May
'16
5:37 p.m.
commit a7207329a85a156e20f91434347e2741d4d90025 Author: Nick Mathewson <nickm@torproject.org> Date: Thu May 12 13:37:05 2016 -0400 Run tor_sscanf test in subprocess, in hopes of coaxing more info from jenkins --- src/test/test_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test_util.c b/src/test/test_util.c index 21ff757..a880206 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),
3334
Age (days ago)
3334
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org