Browse Source

Update to new tfkit (g122272a)

Alois Mahdal 9 years ago
parent
commit
3366318bc6
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      utils/tfkit/runtests

+ 2
- 1
utils/tfkit/runtests View File

13
 export TF_ARTIFACTS="${TF_ARTIFACTS:-tfkit-artifacts}"
13
 export TF_ARTIFACTS="${TF_ARTIFACTS:-tfkit-artifacts}"
14
 export TF_COLLECT="${TF_COLLECT:-auto}"
14
 export TF_COLLECT="${TF_COLLECT:-auto}"
15
 
15
 
16
-. $TF_DIR/include/harness.sh || die "this must be run from project root"
16
+. $TF_DIR/include/harness.sh \
17
+ || die "cannot import harness; is TF_DIR set properly?: $TF_DIR"
17
 
18
 
18
 
19
 
19
 usage() {
20
 usage() {