runit Questions

3

Solved

I'm trying to set up runit and logging on my debian wheezy VM. So far I've managed to get gunicorn service to start by following this setup: sudo mkdir /etc/sv/gunicorn sudo vi /etc/sv/gunicorn/ru...
Aquamarine asked 3/7, 2014 at 22:31

2

Solved

How can I automatically generate test cases in RUnit? For example, let's say I have a simple sum() function: sum <- function(x, y) { return (x + y) } I would like to test this function on ...
Loathing asked 18/9, 2012 at 15:3

1

Solved

In a unit test I start a helper function (generating test data) with: set.seed(1) I was developing the unit test interactively like this: source('tests/runit.functions.R');test.something() Bu...
Insistency asked 15/8, 2012 at 6:54
1

© 2022 - 2024 — McMap. All rights reserved.