mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
7 lines
157 B
Bash
Executable File
7 lines
157 B
Bash
Executable File
./test.sh
|
|
gen=$?
|
|
echo 'go test github.com/cgrates/cgrates/apier/v1 -tags=offline_TP'
|
|
go test github.com/cgrates/cgrates/apier/v1 -tags=offline_TP
|
|
|
|
exit $gen
|