chiark / gitweb /
TODO
[autopkgtest.git] / runner / adt-testreport-cronjob
index 833753a550c6ac1c9b92035c86048f944a1e789f..5eb5f463c1faecaea9a54cc04523500275780649 100755 (executable)
@@ -10,6 +10,6 @@ cd "$1"
 shift
 . "$1"
 exec >>var/overall.log 2>&1
-test -f go
+${ADT_GO_ANYWAY:-false} || test -f go
 with-lock-ex -q cronjob-lock \
  adt-testreport-runloop max_test_count=100 "$@"