Skip to content

Commit

Permalink
Remove time command
Browse files Browse the repository at this point in the history
  • Loading branch information
Blanca-Fuentes committed Jan 23, 2025
1 parent f8b5e9e commit 9d3e16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reframe/utility/osext.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ async def run_command(cmd, check=False, timeout=None, **kwargs):
'''
if timeout:
cmd = f'time timeout {timeout} ' + cmd
cmd = f'timeout {timeout} ' + cmd
from reframe.core.logging import getlogger
getlogger().debug(f"START: {cmd} launching at {datetime.datetime.now()}")
## Synchronous command launch ----------------------------------------
Expand Down

0 comments on commit 9d3e16c

Please sign in to comment.