blob: 7127f3b1c9789b641473af45853ee44998fa7920 [file] [log] [blame]
Earl Lee2e463fb2025-04-17 11:22:22 -07001#!/bin/bash
2
3SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4CURRENT_DIR=$(pwd)
5
Josh Bleecher Snyder4936de32025-05-07 13:50:04 +00006cd "$SCRIPT_DIR"
Earl Lee2e463fb2025-04-17 11:22:22 -07007
8go test -httprecord ".*" -rewritewant
Josh Bleecher Snyder4936de32025-05-07 13:50:04 +00009
10cd "$CURRENT_DIR"