git:master: test: fix ctl and dbctl script path after import

1 message Options
Embed this post
Permalink
Henning Westerholt

git:master: test: fix ctl and dbctl script path after import

Reply Threaded More More options
Print post
Permalink
Module: sip-router
Branch: master
Commit: 6f8c21bb608dd471bc7327433f01502ad0f6bad6
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6f8c21bb608dd471bc7327433f01502ad0f6bad6

Author: Henning Westerholt <[hidden email]>
Committer: Henning Westerholt <[hidden email]>
Date:   Fri Jul  3 14:32:44 2009 +0200

test: fix ctl and dbctl script path after import

---

 test/unit/include/common |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/unit/include/common b/test/unit/include/common
index 4fcdae3..7606ab0 100644
--- a/test/unit/include/common
+++ b/test/unit/include/common
@@ -2,7 +2,7 @@
 DB_ALL_MOD="acc|alias_db|auth_db|avpops|dialog|dialplan|dispatcher|domain|domainpolicy|group|imc|lcr|msilo|siptrace|speeddial|uri_db|usrloc|permissions|pdt|userblacklist"
 # root directory relative to tests
 SR_DIR="../.."
-CTL_DIR="$SR_DIR/scripts"
+CTL_DIR="$SR_DIR/tools"
 CTLRC="$CTL_DIR/kamctlrc"
 CTL="$CTL_DIR/kamctl"
 DBCTL="$CTL_DIR/kamdbctl"


_______________________________________________
sr-dev mailing list
[hidden email]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev