Skip to content

Commit

Permalink
use exec id as timelog name
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Jul 19, 2024
1 parent 298ef9c commit 687d3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion try-timed
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export TRY_COMMAND
# Run a command (in `$@`) in an overlay (in `$SANDBOX_DIR`)
################################################################################

timelog=${TIMELOG:-timelog}
timelog="/tmp/try-time-${EXECUTION_ID}"
echo "" > "$timelog"
exec 3> "$timelog"

Expand Down

0 comments on commit 687d3bb

Please sign in to comment.