Kaynağa Gözat

Update to new tfkit (g122272a)

Alois Mahdal 9 yıl önce
ebeveyn
işleme
f62beee810
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2
    1
      utils/tfkit/runtests

+ 2
- 1
utils/tfkit/runtests Dosyayı Görüntüle

@@ -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() {