Notes on running tests on Docker Archlinux

This commit is contained in:
Philippe Teuwen
2021-06-25 23:11:16 +02:00
parent 589c304142
commit 2552286d6f
+11
View File
@@ -26,3 +26,14 @@ sudo pacman -S staging/gcc
sudo pacman -S testing/gcc
sudo pacman -S gcc
```
# Notes to run tests
Add first the mirrors, see above
```
sudo pacman -S python
sudo pacman -S python-pip
python3 -m pip install ansicolors sslcrypto
tools/pm3_tests.sh --long
```