Skip to content

Commit

Permalink
Changed default configuration directory to the curent one.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.code.sf.net/p/greensql/code/trunk/greensql-fw@223 7e47f64f-3c34-0410-9091-801b9fe948be
  • Loading branch information
yuli_s committed May 5, 2008
1 parent 780c3a9 commit 8132d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mem-test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

valgrind --track-fds=yes --log-file=./green-mem-log --num-callers=50 --leak-check=full --leak-resolution=high --show-reachable=yes ./greensql-fw -p /etc/greensql/
valgrind --track-fds=yes --log-file=./green-mem-log --num-callers=50 --leak-check=full --leak-resolution=high --show-reachable=yes ./greensql-fw -p ./conf/

0 comments on commit 8132d1a

Please sign in to comment.