Browse Source

Debug: Make test-network.sh --debug work

The environmental variable was misspelt.

Closes #27970.
teor 5 years ago
parent
commit
187eb5ec66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/test-network.sh

+ 1 - 1
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"