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

nickm at torproject.org nickm at torproject.org
Thu May 12 17:37:08 UTC 2016


commit a7207329a85a156e20f91434347e2741d4d90025
Author: Nick Mathewson <nickm at 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),



More information about the tor-commits mailing list