MetPX / sr_insects

test cases for sarracenia python and c implementations.
GNU General Public License v2.0
0 stars 0 forks source link

Fix and normalize flow_autoconfig.sh scripts #1

Closed tysonkaufmann closed 4 years ago

tysonkaufmann commented 4 years ago

Currently 3 identical flow_autoconfig.sh scripts exist in:

The script is missing 2 dependencies for testing: openssh-server and net-tools

Given that this is a config file for setting up a testing environment, the script should not be responsible for installing sarracenia, which it currently does (pip3 install -e ..). This should be decoupled from the flow setup.

I would like to merge all 3 scripts into one located in the root directory and update the dependencies.

petersilva commented 4 years ago

yeah that makes sense.

tysonkaufmann commented 4 years ago

Scripts have been fixed and merged into one.