Skip to content

Commit af734af

Browse files
committed
Travis fix 2 crlf -> lf for run.sh
1 parent 857780b commit af734af

File tree

1 file changed

+25
-25
lines changed
  • transcrypt/development/continuous_integration

1 file changed

+25
-25
lines changed
Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
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

0 commit comments

Comments
 (0)