Skip to content

Commit

Permalink
fixed path for runTests script
Browse files Browse the repository at this point in the history
  • Loading branch information
jweisz committed Jan 14, 2019
1 parent b32fef2 commit 0e7d50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ echo ""
read -p "Would you like to run hardware tests at this time? [y/N] " choice </dev/tty
case "$choice" in
"y" | "Y")
$TJBOT_DIR/runTests.sh $TJBOT_DIR
$TJBOT_DIR/bootstrap/runTests.sh $TJBOT_DIR
;;
*) ;;
esac
Expand Down

0 comments on commit 0e7d50a

Please sign in to comment.