Add unit testing
This commit is contained in:
parent
401dd4fa8e
commit
8f5d9b2c97
52 changed files with 89 additions and 118 deletions
1
test/conf/defaults/intervals/daily
Normal file
1
test/conf/defaults/intervals/daily
Normal file
|
|
@ -0,0 +1 @@
|
|||
5
|
||||
1
test/conf/defaults/intervals/monthly
Normal file
1
test/conf/defaults/intervals/monthly
Normal file
|
|
@ -0,0 +1 @@
|
|||
4
|
||||
1
test/conf/defaults/intervals/normal
Normal file
1
test/conf/defaults/intervals/normal
Normal file
|
|
@ -0,0 +1 @@
|
|||
4
|
||||
1
test/conf/defaults/intervals/weekly
Normal file
1
test/conf/defaults/intervals/weekly
Normal file
|
|
@ -0,0 +1 @@
|
|||
2
|
||||
5
test/conf/defaults/post_exec
Executable file
5
test/conf/defaults/post_exec
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/cat
|
||||
|
||||
######################################################################
|
||||
General post_exec executed.
|
||||
######################################################################
|
||||
5
test/conf/defaults/pre_exec
Executable file
5
test/conf/defaults/pre_exec
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/cat
|
||||
|
||||
######################################################################
|
||||
General pre__exec executed.
|
||||
######################################################################
|
||||
1
test/conf/defaults/sources/exclude
Normal file
1
test/conf/defaults/sources/exclude
Normal file
|
|
@ -0,0 +1 @@
|
|||
.git
|
||||
0
test/conf/defaults/sources/rsync_options
Normal file
0
test/conf/defaults/sources/rsync_options
Normal file
0
test/conf/defaults/sources/verbose
Normal file
0
test/conf/defaults/sources/verbose
Normal file
0
test/conf/defaults/verbose
Normal file
0
test/conf/defaults/verbose
Normal file
Loading…
Add table
Add a link
Reference in a new issue