This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2014-08-25 18:14:49 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
set -euo pipefail
|
|
|
|
|
IFS=$'\n\t'
|
2014-07-11 11:31:16 +02:00
|
|
|
|
2014-09-28 07:55:12 +02:00
|
|
|
go test -tags integration -v -short
|
2014-08-25 18:14:49 +02:00
|
|
|
./test-merge.sh
|
|
|
|
|
./test-delupd.sh
|