Files
cgrates/calls_test.sh
Tripon Alexandru-Ionut 8c8238b444 Updated call tests
2019-06-12 22:11:43 +02:00

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