Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unnecessary bash indirection
  • Loading branch information
joao-paulo-parity committed Sep 2, 2021
commit 7f274d844b5d16377ddaf6e47d7f9684def6ccce
4 changes: 1 addition & 3 deletions run
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,11 @@ handle_exec() {
unset start_from_line
fi

$as_benchbot bash -c "
tmux new-session -d '
$as_benchbot tmux new-session -d "
. ~/.cargo/env &&
cd \"$install_location\" &&
yarn &&
LOG_FORMAT=json LOG_LEVEL_IN_STRING=true LOG_LEVEL=info yarn start 2>&1 1>>\"$exec_log_file\"
'
"

echo -e "\nNote: the command will still be running after quitting this terminal. Use \"run stop\" for stopping it.\n"
Expand Down