| Index: run_isolated.py
|
| diff --git a/run_isolated.py b/run_isolated.py
|
| index f70cd16ba296f78dd1b87472975c9d8ad497012c..f06d2b460985f1b7b1af48936ba4d30a771e4c0f 100755
|
| --- a/run_isolated.py
|
| +++ b/run_isolated.py
|
| @@ -1832,7 +1832,7 @@ def run_tha_test(isolated_hash, cache_dir, remote, policies):
|
| os.chmod(outfile, properties['m'])
|
|
|
| if time.time() - last_update > DELAY_BETWEEN_UPDATES_IN_SECS:
|
| - logging.info('%d files remaining...' % len(remaining))
|
| + print('%d files remaining...' % len(remaining))
|
| last_update = time.time()
|
|
|
| if settings.read_only:
|
|
|