forked from third-party-mirrors/zfs_autobackup
Whitespace corrections
This commit is contained in:
parent
ab77b91d4e
commit
0fb0faccae
7
.github/workflows/regression.yml
vendored
7
.github/workflows/regression.yml
vendored
@ -50,10 +50,3 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: coveralls --service=github
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -657,7 +657,3 @@ This script will also send the backup status to Zabbix. (if you've installed my
|
||||
This project was sponsorred by:
|
||||
|
||||
* (None so far)
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -14,4 +14,3 @@ source tokentest
|
||||
|
||||
python3 -m twine check dist/*
|
||||
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/* --verbose
|
||||
|
||||
|
@ -17,4 +17,3 @@ class TestZfsNode(unittest2.TestCase):
|
||||
|
||||
# with patch('time.strftime', return_value="20101111000001"):
|
||||
# self.assertFalse(ZfsAutobackup("test test_target1 --verbose --allow-empty --keep-source 0".split(" ")).run())
|
||||
|
||||
|
@ -842,6 +842,3 @@ test_target1/test_source2/fs2/sub@test-20101111000000
|
||||
def test_raw(self):
|
||||
|
||||
self.skipTest("todo: later when travis supports zfs 0.8")
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user