`seash_helper.py`'s function [`run_target`](https://github.com/SeattleTestbed/seash/blob/master/seash_helper.py#L618-L627) uploads a file to the current target, and then starts it. The function [should not duplicate code from `start_target`](https://github.com/SeattleTestbed/seash/blob/master/seash_helper.py#L555-L566), but rather call `start_target` after uploading.
seash_helper.py's functionrun_targetuploads a file to the current target, and then starts it. The function should not duplicate code fromstart_target, but rather callstart_targetafter uploading.