fix overwriting return value in one case
[RRG-proxmark3.git] / docker / fedora-36 / README.md
blob6648fb28d024023036e653b3907708291d9fad3a
1 # Notes on run_tests.sh script
2 This script runs a bunch of different builds with make and cmake together
3 with the different combos of RDV4, GENERIC, BTADDON combos.
5 If all tests OK,  the script will finish with PASS.
8 # Notes to run tests
9 The script is to be run in proxmark root folder inside the docker env.
11 ```
12 docker/fedora-36/run_tests.sh;
13 ```
15 Or if you want to run single test,
17 ```
18 sudo yum -y update
19 make clean; make -j
20 tools/pm3_tests.sh --long
21 ```