Ver código fonte

Update test for TFKit 0.0.15

Alois Mahdal 6 anos atrás
pai
commit
32b4fcb1ed
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      tests/pretty_basic/TF_SETUP

+ 1
- 1
tests/pretty_basic/TF_SETUP Ver arquivo

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-case $TF_SUBTNAME in
3
+case $TF_SUBTEST in
4 4
     v0_d0_*) PRETTY_VERBOSE=false; PRETTY_DEBUG=false ;;
5 5
     v0_d1_*) PRETTY_VERBOSE=false; PRETTY_DEBUG=true  ;;
6 6
     v1_d0_*) PRETTY_VERBOSE=true;  PRETTY_DEBUG=false ;;