Files
cgrates/calls_test.sh

9 lines
187 B
Bash
Executable File

#! /usr/bin/env sh
./local_test.sh
lcl=$?
echo 'go test github.com/cgrates/cgrates/general_tests -calls'
go test github.com/cgrates/cgrates/general_tests -calls
gnr=$?
exit $gen && $gnr