Ver código fonte

Update to new tfkit (g122272a)

Alois Mahdal 9 anos atrás
pai
commit
f62beee810
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2
    1
      utils/tfkit/runtests

+ 2
- 1
utils/tfkit/runtests Ver arquivo

@@ -13,7 +13,8 @@ export TF_SUITE="${TF_SUITE:-tests}"
13 13
 export TF_ARTIFACTS="${TF_ARTIFACTS:-tfkit-artifacts}"
14 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 20
 usage() {