[tor/master] Return 77 means "skipped"

17 Dec
2015
17 Dec
'15
1:36 p.m.
commit 4bb72a4d12ee899c85283e2e6ae518d08497a263 Author: Nick Mathewson <nickm@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) {
3480
Age (days ago)
3480
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org