Displaying 2 results from an estimated 2 matches for "testsdir".
Did you mean:
testdir
2000 Aug 14
1
HELP PLZ Unable to connect to samba on a W/G
...es
[tmp]
comment = Temporary file space
path = /tmp
browseable = yes
read only = no
public = no
writable = yes
create mode = 775
user = mks
[public]
comment = Public Stuff
path = /home/samba
public = yes
writable = yes
printable = no
write list = @staff
[testsdir]
comment = Test's Service
path = /home/test
valid users = test
public = no
writable = yes
printable = no
[public]
path = /home/public
public = yes
only guest = yes
writable = yes
printable = no
______________________________________________
FREE Personalized E...
2014 Sep 16
5
[PATCH 0/3] tests: Introduce test harness for running tests.
These are my thoughts on adding a test harness to run tests instead of
using automake. The aim of this exercise is to allow us to run the
full test suite on an installed copy of libguestfs. Another aim is to
allow us to work around all the limitations and problems of automake.
The first patch makes an observation that since the ./run script sets
up $PATH to contain all the directories