* [PATCH] xfstests-bld: remove dead code for gce-xfstests get-results
@ 2016-12-21 18:06 Eric Biggers
2016-12-22 17:10 ` Theodore Ts'o
0 siblings, 1 reply; 2+ messages in thread
From: Eric Biggers @ 2016-12-21 18:06 UTC (permalink / raw)
To: Theodore Ts'o; +Cc: fstests, Eric Biggers
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-22 17:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-21 18:06 [PATCH] xfstests-bld: remove dead code for gce-xfstests get-results Eric Biggers
2016-12-22 17:10 ` Theodore Ts'o
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox