blob: 75808fc84a7f940f63591642389af220eee6ec88 [file] [log] [blame]
nathanmittlerffc18f62014-10-28 16:14:27 -07001#!/bin/bash -e
2TARGET='Test Service Client'
3TARGET_CLASS='com.google.net.stubby.testing.integration.TestServiceClient'
4TARGET_ARGS="$@"
5
6cd "`dirname "$0"`"/integration-testing
7echo "[INFO] Running: $TARGET ($TARGET_CLASS $TARGET_ARGS)"
8exec mvn -q -nsu compile exec:exec -Dcheckstyle.skip=true -DexampleClass="$TARGET_CLASS" -DargLine.example="$TARGET_ARGS"