public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
From: Eric Biggers <ebiggers3@gmail.com>
To: Theodore Ts'o <tytso@mit.edu>
Cc: fstests@vger.kernel.org, Eric Biggers <ebiggers@google.com>
Subject: [PATCH] xfstests-bld: remove dead code for gce-xfstests get-results
Date: Wed, 21 Dec 2016 10:06:31 -0800	[thread overview]
Message-ID: <1482343592-135031-5-git-send-email-ebiggers3@gmail.com> (raw)

From: Eric Biggers <ebiggers@google.com>

The 'gce-xfstests get-results' command was implemented in two places.
Remove the dead version.

Signed-off-by: Eric Biggers <ebiggers@google.com>
---
 kvm-xfstests/gce-xfstests | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/kvm-xfstests/gce-xfstests b/kvm-xfstests/gce-xfstests
index 8839ea2..2910ca4 100755
--- a/kvm-xfstests/gce-xfstests
+++ b/kvm-xfstests/gce-xfstests
@@ -308,21 +308,6 @@ case "$1" in
 	exec gcloud beta compute --project "$GCE_PROJECT" -q \
 	     connect-to-serial-port --zone "$GCE_ZONE" $PORT "$2"
 	;;
-    get-results)
-	case "$2" in
-	    --failures|-F)
-		OPT="-F"
-		shift
-		;;
-	esac
-	tmpfile=$(mktemp)
-	gcloud compute --project "$GCE_PROJECT" -q \
-	       copy-files "$2:/results/runtests.log" "$tmpfile" \
-	       --zone "$GCE_ZONE"
-	"$DIR/get-results" "$OPT" "$tmpfile"
-	/bin/rm -f "$tmpfile"
-	exit 0
-	;;
     create-image)
 	shift
 	"$DIR/test-appliance/gce-create-image" "$@"
-- 
2.8.0.rc3.226.g39d4020


             reply	other threads:[~2016-12-21 18:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-21 18:06 Eric Biggers [this message]
2016-12-22 17:10 ` [PATCH] xfstests-bld: remove dead code for gce-xfstests get-results Theodore Ts'o

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1482343592-135031-5-git-send-email-ebiggers3@gmail.com \
    --to=ebiggers3@gmail.com \
    --cc=ebiggers@google.com \
    --cc=fstests@vger.kernel.org \
    --cc=tytso@mit.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox