Skip to content

Commit

Permalink
Correct the common.sh path, the initial test unit installed old lkvs
Browse files Browse the repository at this point in the history
Signed-off-by: qwang59 <[email protected]>
  • Loading branch information
qwang59 committed Nov 13, 2024
1 parent adbb084 commit 7e4c6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BM/hotplug/cpu_off_on_stress.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
script_dir = os.path.dirname(os.path.abspath(__file__))

# Construce relative paths to the common.sh file
common_sh_path = os.path.join(script_dir, '../../common/common.sh')
common_sh_path = os.path.join(script_dir, '../common/common.sh')

class ShellCommandRunnable(Runnable):
def __init__(self, command):
Expand Down

0 comments on commit 7e4c6c1

Please sign in to comment.