[Fedora-directory-commits] adminutil/tests setup.sh,1.1,1.2

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Tue May 8 19:25:47 UTC 2007


Author: rmeggins

Update of /cvs/dirsec/adminutil/tests
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20266/tests

Modified Files:
	setup.sh 
Log Message:
bump version to 1.1.1


Index: setup.sh
===================================================================
RCS file: /cvs/dirsec/adminutil/tests/setup.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- setup.sh	4 Apr 2007 19:37:47 -0000	1.1
+++ setup.sh	8 May 2007 19:25:45 -0000	1.2
@@ -1,7 +1,8 @@
 #!/bin/sh
 
 testdir="$1"
-sroot=/home/$USER/11srv
+#sroot=/home/$USER/11srv
+sroot=/export/rmeggins/11srv
 port=1100
 secport=1101
 rootdn="cn=directory manager"
@@ -12,6 +13,8 @@
 needdata=1
 #usessl=1
 secdir=/path/to/etc/fedora-ds/slapd-localhost
+PATH=/usr/lib64/mozldap:$PATH
+export PATH
 
 if [ "$needinstance" ] ; then
 $sroot/bin/ds_newinst.pl - <<EOF
@@ -73,8 +76,8 @@
 run $dir/testtmp $secdir < $pwpfile
 EOF
 
-#VALGRIND="valgrind --log-file=/var/tmp/vg.out --tool=memcheck --leak-check=yes --suppressions=/path/to/valgrind.supp --num-callers=40 "
-#GDB="gdb -x .gdbinit "
+VALGRIND="valgrind --log-file=/var/tmp/vg.out --tool=memcheck --leak-check=yes --suppressions=/home/rmeggins/valgrind.supp --num-callers=40 "
+GDB="gdb -x .gdbinit "
 
 NOSSLTESTS="retrieveSIE psetread psetwrite"
 SSLTESTS="retrieveSIEssl psetreadssl"
@@ -84,7 +87,7 @@
     TESTS="$NOSSLTESTS"
 fi
 for test in $TESTS ; do
-#	./libtool --mode execute $GDB ./$test
+#    ./libtool --mode execute $GDB ./$test
     cat $pwpfile | ./libtool --mode execute $VALGRIND ./$test $dir/testtmp $secdir
 done
 




More information about the Fedora-directory-commits mailing list