From f6fc6e82f80e8287648eacdaae3a95574941b37b Mon Sep 17 00:00:00 2001 From: rennman Date: Wed, 5 Apr 2017 11:30:54 -0400 Subject: [PATCH] Update run_ldap library directory for [FAB-1485] Change-Id: Ic09604c6282f2545e5bf3a6295c40cd8c98c9597 Signed-off-by: rennman --- scripts/run_ldap_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_ldap_tests b/scripts/run_ldap_tests index bd9b1b94c..8eef3c96f 100755 --- a/scripts/run_ldap_tests +++ b/scripts/run_ldap_tests @@ -50,7 +50,7 @@ function addUser { # Run the LDAP test cases function runTests { echo "Running LDAP test cases ..." - cd $CA/cli/server/ldap + cd $CA/lib/ldap go test . -cover | tee /tmp/ldap-test.results echo "LDAP test cases are complete" }