mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
9 lines
210 B
Bash
Executable File
9 lines
210 B
Bash
Executable File
#! /usr/bin/env sh
|
|
|
|
# ./local_test.sh
|
|
lcl=$?
|
|
echo 'go test github.com/cgrates/cgrates/general_tests -tags=call'
|
|
go test github.com/cgrates/cgrates/general_tests -tags=call -timeout=10h
|
|
gnr=$?
|
|
|
|
exit $gen && $gnr |