浏览代码

Update TFKit to v0.0.8

Alois Mahdal 9 年前
父节点
当前提交
bc76991bcb
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      utils/tfkit/runtests
  2. 1
    1
      utils/tfkit/tfkit.mk

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

2
 # tfkit - Shellfu's movable test framework
2
 # tfkit - Shellfu's movable test framework
3
 # See LICENSE file for copyright and license details.
3
 # See LICENSE file for copyright and license details.
4
 
4
 
5
-TF_VERSION="0.0.7"
5
+TF_VERSION="0.0.8"
6
 
6
 
7
 die() {
7
 die() {
8
     echo "$@" && exit 9
8
     echo "$@" && exit 9

+ 1
- 1
utils/tfkit/tfkit.mk 查看文件

1
-# tfkit - Fastfoo - Bash dot on steroids
1
+# tfkit - Shellfu's movable test framework
2
 # See LICENSE file for copyright and license details.
2
 # See LICENSE file for copyright and license details.
3
 #
3
 #
4
 # To use, set TF_DIR (make macro) in your Makefile and
4
 # To use, set TF_DIR (make macro) in your Makefile and