mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Added node-modules
This commit is contained in:
12
node_modules/log4node/test/test-cluster-logrotate.js
generated
vendored
Normal file
12
node_modules/log4node/test/test-cluster-logrotate.js
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
var helper = require('./helper.js');
|
||||
|
||||
helper.create_test('cluster-logrotate', 'cluster-logrotate/test1.js', 'cluster-logrotate/output2', function() {
|
||||
helper.logrotate(function(logrotate) {
|
||||
setTimeout(function() {
|
||||
helper.check_file("cluster-logrotate/output1");
|
||||
helper.launch(logrotate, ['-f', 'cluster-logrotate/logrotate.conf', '-s', '/tmp/s'], null, function(code) {});
|
||||
}, 500);
|
||||
});
|
||||
}, function() {
|
||||
helper.check_file("cluster-logrotate/output1", "test.log.1");
|
||||
}).export(module);
|
Reference in New Issue
Block a user