[tor-commits] [chutney/master] Debug: Make test-network.sh --debug work

teor at torproject.org teor at torproject.org
Tue Oct 30 11:30:02 UTC 2018


commit 187eb5ec666e5aa011b0a0593e029f3f2bb4137f
Author: teor <teor at torproject.org>
Date:   Sat Oct 6 16:31:19 2018 -0500

    Debug: Make test-network.sh --debug work
    
    The environmental variable was misspelt.
    
    Closes #27970.
---
 tools/test-network.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/test-network.sh b/tools/test-network.sh
index b55a737..603ff9c 100755
--- a/tools/test-network.sh
+++ b/tools/test-network.sh
@@ -47,7 +47,7 @@ do
       shift
       ;;
     --debug)
-      export CHUTEY_DEBUG="yes"
+      export CHUTNEY_DEBUG="yes"
       ;;
     --flavor|--flavour|--network-flavor|--network-flavour)
       export NETWORK_FLAVOUR="$2"





More information about the tor-commits mailing list