Skip to content

Commit

Permalink
style guide compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
JPRichings committed Sep 25, 2024
1 parent 87ae048 commit f616b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/env/counters_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ class CrayCountersCPUEnergyTest(rfm.RunOnlyRegressionTest):
valid_systems = ["archer2:compute"]
valid_prog_environs = ["PrgEnv-cray", "PrgEnv-gnu", "PrgEnv-aocc"]
sourcesdir = None
executable = "cat /sys/cray/pm_counters/cpu_energy"
executable = "cat /sys/cray/pm_counters/cpu_energy"

tags = {"production", "maintenance", "craype"}

@sanity_function
Expand Down

0 comments on commit f616b04

Please sign in to comment.