mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
9 lines
173 B
Bash
Executable File
9 lines
173 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
|
|
ap1=$?
|
|
|
|
exit $gen && $ap1
|
|
|