chiark / gitweb /
autopkgtests: clone-nogit: do push as well
[dgit.git] / tests / tests / push-newpackage
index 92c9361b863130a6b2ab920c5c7c708ee0b09453..e7eb8215e940f767158c903a68c625dabf1526d8 100755 (executable)
@@ -14,11 +14,9 @@ LANG=C t-dgit push 2>&1 \
        | tee /dev/stderr \
        | grep 'package appears to be new in this suite' >/dev/null
 
-echo y
-
 t-dgit build
 t-dgit push --new
 
-t-pushed-good
+t-pushed-good master
 
 echo ok.