Browse Source

Update TFKit to version v0.0.3

Alois Mahdal 9 years ago
parent
commit
37d9ce75ab
2 changed files with 2 additions and 1 deletions
  1. 1
    0
      utils/tfkit/include/harness.sh
  2. 1
    1
      utils/tfkit/runtests

+ 1
- 0
utils/tfkit/include/harness.sh View File

88
     local tf_dir tf_suite   # to keep absolute paths for TF_RUN
88
     local tf_dir tf_suite   # to keep absolute paths for TF_RUN
89
     local artifact_dir="$(readlink -f "$TF_ARTIFACTS")"
89
     local artifact_dir="$(readlink -f "$TF_ARTIFACTS")"
90
     __tf_header
90
     __tf_header
91
+    tf_debug "TF_VERSION='$TF_VERSION'"
91
     tf_dir="$(readlink -f "$TF_DIR")"
92
     tf_dir="$(readlink -f "$TF_DIR")"
92
     tf_suite="$(readlink -f "$TF_SUITE")"
93
     tf_suite="$(readlink -f "$TF_SUITE")"
93
     es=0
94
     es=0

+ 1
- 1
utils/tfkit/runtests View File

2
 # ffoo test framework
2
 # ffoo test framework
3
 # See LICENSE file for copyright and license details.
3
 # See LICENSE file for copyright and license details.
4
 
4
 
5
-export TF_VERSION="0.0.2"
5
+export TF_VERSION="0.0.3"
6
 
6
 
7
 die() {
7
 die() {
8
     echo "$@" && exit 9
8
     echo "$@" && exit 9