Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
matth-x committed Oct 11, 2024
1 parent 2741048 commit 0fbae1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmarks/scripts/measure_heap.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def run_measurements():

def run_measurements_and_retry():

print(f'Show {os.environ['SSH_LOCAL_PRIV'][0]}, {os.environ['SSH_LOCAL_PRIV'][1]}, {os.environ['SSH_LOCAL_PRIV'][len(os.environ['SSH_LOCAL_PRIV']-2)]}, {os.environ['SSH_LOCAL_PRIV'][len(os.environ['SSH_LOCAL_PRIV'])-1]} end')
print(f'Show {os.environ['SSH_LOCAL_PRIV'][0]}, {os.environ['SSH_LOCAL_PRIV'][1]}, {os.environ['SSH_LOCAL_PRIV'][len(os.environ['SSH_LOCAL_PRIV'])-2]}, {os.environ['SSH_LOCAL_PRIV'][len(os.environ['SSH_LOCAL_PRIV'])-1]} end')

if ( 'TEST_DRIVER_URL' not in os.environ or
'TEST_DRIVER_CONFIG' not in os.environ or
Expand Down

0 comments on commit 0fbae1c

Please sign in to comment.