File tree Expand file tree Collapse file tree 1 file changed +25
-25
lines changed
transcrypt/development/continuous_integration Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Original file line number Diff line number Diff line change 1- # Create symlink for chromedriver
2-
3- ln -s /usr/lib/chromium-browser/chromedriver ~ /bin/chromedriver
4-
5- # Install Python modules
6-
7- pip install mypy
8- pip install selenium
9-
10- # Show where we are and what's there
11-
12- pwd
13- ls -a -l
14-
15- # Make everything executable and the rest
16-
17- chmod -R 777 .
18-
19- # Enable shipment_test.py to find run_python
20-
21- export PATH=$PATH :./transcrypt
22-
23- # Run the shipment test
24-
25- python ./transcrypt/development/shipment/shipment_test.py --unattended
1+ # Create symlink for chromedriver
2+
3+ ln -s /usr/lib/chromium-browser/chromedriver ~ /bin/chromedriver
4+
5+ # Install Python modules
6+
7+ pip install mypy
8+ pip install selenium
9+
10+ # Show where we are and what's there
11+
12+ pwd
13+ ls -a -l
14+
15+ # Make everything executable and the rest
16+
17+ chmod -R 777 .
18+
19+ # Enable shipment_test.py to find run_python
20+
21+ export PATH=$PATH :./transcrypt
22+
23+ # Run the shipment test
24+
25+ python ./transcrypt/development/shipment/shipment_test.py --unattended
You can’t perform that action at this time.
0 commit comments