Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 267095 | Differences between
and this patch

Collapse All | Expand All

(-)tests/server.c (-2 / +2 lines)
Lines 40-51 Link Here
40
40
41
        if (x == 0)
41
        if (x == 0)
42
        {
42
        {
43
          sprintf(buffer, "%s -d -P /tmp/%umemc.pid -t 1 -p %u -U %u -m 128",
43
          sprintf(buffer, "%s -d -P /tmp/%umemc.pid -t 1 -p %u -U %u -m 128 -u memcached",
44
                    MEMCACHED_BINARY, x, x + TEST_PORT_BASE, x + TEST_PORT_BASE);
44
                    MEMCACHED_BINARY, x, x + TEST_PORT_BASE, x + TEST_PORT_BASE);
45
        } 
45
        } 
46
        else
46
        else
47
        {
47
        {
48
          sprintf(buffer, "%s -d -P /tmp/%umemc.pid -t 1 -p %u -U %u",
48
          sprintf(buffer, "%s -d -P /tmp/%umemc.pid -t 1 -p %u -U %u -u memcached",
49
                    MEMCACHED_BINARY, x, x + TEST_PORT_BASE, x + TEST_PORT_BASE);
49
                    MEMCACHED_BINARY, x, x + TEST_PORT_BASE, x + TEST_PORT_BASE);
50
        }
50
        }
51
        fprintf(stderr, "STARTING SERVER: %s\n", buffer);
51
        fprintf(stderr, "STARTING SERVER: %s\n", buffer);

Return to bug 267095