Files
cgrates/test_local.sh

14 lines
179 B
Bash
Executable File

#! /usr/bin/env sh
. ./test.sh
gen=$?
go test github.com/cgrates/cgrates/apier/v1 -local
ap=$?
go test github.com/cgrates/cgrates/engine -local
en=$?
exit $gen && $ap && $en