Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit e3c6f85

Browse files
committed
figure out where this settings.ini file is
1 parent a7ea96e commit e3c6f85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/regression-tests/CRS_Tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def get_logs(self):
3333
import datetime
3434
config = ConfigParser.ConfigParser()
3535
settings_file = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) + '/settings.ini'
36+
print('%s settings file location' % settings-file)
3637
config.read(settings_file)
3738
log_location = config.get('settings', 'log_location')
3839
our_logs = []

0 commit comments

Comments
 (0)