From: Eric Biggers <ebiggers@xxxxxxxxxx> The 'gce-xfstests get-results' command was implemented in two places. Remove the dead version. Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html