Browse Source

Update test for TFKit 0.0.15

Alois Mahdal 6 years ago
parent
commit
32b4fcb1ed
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/pretty_basic/TF_SETUP

+ 1
- 1
tests/pretty_basic/TF_SETUP View File

@@ -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 ;;