Browse code

Small changes on run-tests.py

Florent Viard authored on 2017/05/30 21:32:42
Showing 2 changed files
... ...
@@ -120,9 +120,6 @@ def deunicodise(string):
120 120
 
121 121
     return string.encode("UTF-8", "replace")
122 122
 
123
-# Minio: disable encoding tests
124
-have_encoding = False
125
-
126 123
 if not os.path.isdir('testsuite/crappy-file-name'):
127 124
     os.system("tar xvz -C testsuite -f testsuite/crappy-file-name.tar.gz")
128 125
     # TODO: also unpack if the tarball is newer than the directory timestamp
... ...
@@ -385,7 +385,7 @@ test_s3cmd("List bucket recursive", ['ls', '--recursive', pbucket(1)],
385 385
     must_not_find = [ "logo.png" ])
386 386
 
387 387
 ## ====== FIXME
388
-# test_s3cmd("Recursive put", ['put', '--recursive', 'testsuite/etc', '%s/xyz/' % pbucket(1) ])
388
+test_s3cmd("Recursive put", ['put', '--recursive', 'testsuite/etc', '%s/xyz/' % pbucket(1) ])
389 389
 
390 390
 
391 391
 ## ====== Clean up local destination dir