瀏覽代碼

Update TFKit to version v0.0.3

Alois Mahdal 9 年之前
父節點
當前提交
bdf3d8cf44
共有 2 個檔案被更改,包括 2 行新增1 行删除
  1. 1
    0
      utils/tfkit/include/harness.sh
  2. 1
    1
      utils/tfkit/runtests

+ 1
- 0
utils/tfkit/include/harness.sh 查看文件

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

+ 1
- 1
utils/tfkit/runtests 查看文件

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