[tor-commits] [tor/master] Return 77 means "skipped"

nickm at torproject.org nickm at torproject.org
Thu Dec 17 13:36:38 UTC 2015


commit 4bb72a4d12ee899c85283e2e6ae518d08497a263
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Dec 17 08:36:31 2015 -0500

    Return 77 means "skipped"
---
 src/test/test_switch_id.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test_switch_id.c b/src/test/test_switch_id.c
index a47858a..ebae99a 100644
--- a/src/test/test_switch_id.c
+++ b/src/test/test_switch_id.c
@@ -85,7 +85,7 @@ main(int argc, char **argv)
   (void) argv;
 
   fprintf(stderr, "This test is not supported on your OS.\n");
-  return 1;
+  return 77;
 #else
   const char *testname;
   if (argc != 3) {



More information about the tor-commits mailing list