File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5656 pip install "ghidriff[testing]"
5757 pip list
5858 # install plugins before use
59- python -m pyghidra.install_plugins
59+ # python -m pyghidra.install_plugins
6060 # download data to shared test data
6161 if [ ! -d "tests/data" ]; then git clone https://github.com/clearbluejar/ghidriff-test-data.git tests/data; fi
6262 pytest -rA -n auto
Original file line number Diff line number Diff line change 5959 # install package and testing
6060 pip install -e ".[testing]"
6161 # install plugins before use
62- python -m pyghidra.install_plugins
62+ # python -m pyghidra.install_plugins
6363 # download data to shared test data
6464 if [ ! -d "tests/data" ]; then git clone https://github.com/clearbluejar/ghidriff-test-data.git tests/data; fi
6565 pytest -rA -n auto
Original file line number Diff line number Diff line change 3636 # install package and testing
3737 pip install -e ".[testing]"
3838 # install plugins before use
39- python -m pyghidra.install_plugins
39+ # python -m pyghidra.install_plugins
4040 # download data to shared test data
4141 if [ ! -d "tests/data" ]; then git clone https://github.com/clearbluejar/ghidriff-test-data.git tests/data; fi
4242 pytest -rA -n auto
Original file line number Diff line number Diff line change 5858 #killall python
5959 # source .env/bin/activate
6060 # #init pyghidra
61- python -m pyghidra.install_plugins
61+ # python -m pyghidra.install_plugins
6262 # pushd /tmp
6363 # popd
6464 # download data to shared test data
You can’t perform that action at this time.
0 commit comments