mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2026-05-09 04:48:08 +02:00
tests: Remove extra debug
This commit is contained in:
parent
4242f2a127
commit
19199f8673
1 changed files with 0 additions and 1 deletions
|
|
@ -296,7 +296,6 @@ class Tests(dbusmock.DBusTestCase):
|
|||
# Create 2 CPUs with preferences
|
||||
dir1 = os.path.join(self.testbed.get_root_dir(), "sys/devices/system/cpu/cpufreq/policy0/")
|
||||
os.makedirs(dir1)
|
||||
print ('dir1: ' + dir1)
|
||||
with open(os.path.join(dir1, "energy_performance_preference") ,'w') as prefs:
|
||||
prefs.write("performance")
|
||||
dir2 = os.path.join(self.testbed.get_root_dir(), "sys/devices/system/cpu/cpufreq/policy1/")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue