diff mbox

xfstests-bld: remove dead code for gce-xfstests get-results

Message ID 1482343592-135031-5-git-send-email-ebiggers3@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Eric Biggers Dec. 21, 2016, 6:06 p.m. UTC
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(-)

Comments

Theodore Ts'o Dec. 22, 2016, 5:10 p.m. UTC | #1
On Wed, Dec 21, 2016 at 10:06:31AM -0800, Eric Biggers wrote:
> 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>

Thanks, applied.

				- Ted
--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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" "$@"