test-integration 173 B

1234567891011
  1. #!/bin/bash
  2. DEST=$1
  3. set -e
  4. bundle_test_integration() {
  5. LDFLAGS="$LDFLAGS $LDFLAGS_STATIC" go_test_dir ./integration
  6. }
  7. bundle_test_integration 2>&1 | tee $DEST/test.log