diff options
author | ben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2002-06-02 20:14:08 +0000 |
---|---|---|
committer | ben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2002-06-02 20:14:08 +0000 |
commit | 26a6d142dd736feafc347651c22360b5d5574734 (patch) | |
tree | 91403a4228dfc8913328ed16f36f1fed8e2f0813 /rdiff-backup/testing/regressiontest.py | |
parent | 00283590c392d1322a08f84d333c5bec8d51e545 (diff) | |
download | rdiff-backup-26a6d142dd736feafc347651c22360b5d5574734.tar.gz |
Added --null-separator, tweaked increment error handling
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@117 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing/regressiontest.py')
-rw-r--r-- | rdiff-backup/testing/regressiontest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/testing/regressiontest.py b/rdiff-backup/testing/regressiontest.py index 80a60d0..1a486d7 100644 --- a/rdiff-backup/testing/regressiontest.py +++ b/rdiff-backup/testing/regressiontest.py @@ -13,7 +13,7 @@ testfiles Globals.set('change_source_perms', 1) Globals.counter = 0 -Log.setverbosity(3) +Log.setverbosity(7) class Local: """This is just a place to put increments relative to the local |