mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
fixed build error and made test.sh build project
This commit is contained in:
@@ -289,7 +289,7 @@ func (mig MigratorRC8) migrateAccounts() error {
|
||||
Recurrent: oldAtr.Recurrent,
|
||||
MinSleep: oldAtr.MinSleep,
|
||||
Weight: oldAtr.Weight,
|
||||
ActionsId: oldAtr.ActionsId,
|
||||
ActionsID: oldAtr.ActionsId,
|
||||
MinQueuedItems: oldAtr.MinQueuedItems,
|
||||
Executed: oldAtr.Executed,
|
||||
}
|
||||
@@ -386,7 +386,7 @@ func (mig MigratorRC8) migrateActionTriggers() error {
|
||||
Recurrent: oldAtr.Recurrent,
|
||||
MinSleep: oldAtr.MinSleep,
|
||||
Weight: oldAtr.Weight,
|
||||
ActionsId: oldAtr.ActionsId,
|
||||
ActionsID: oldAtr.ActionsId,
|
||||
MinQueuedItems: oldAtr.MinQueuedItems,
|
||||
Executed: oldAtr.Executed,
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#! /usr/bin/env sh
|
||||
./build.sh
|
||||
./test.sh
|
||||
gen=$?
|
||||
echo 'go test github.com/cgrates/cgrates/apier/v1 -local'
|
||||
|
||||
Reference in New Issue
Block a user