File: run_tests.sh

package info (click to toggle)
python-pyepics 3.5.8%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,304 kB
  • sloc: python: 10,267; makefile: 109; javascript: 104; sh: 54
file content (10 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
cd Setup
export EPICS_CA_ADDR_LIST=localhost
export EPICS_CA_AUTO_ADDR_LIST=NO
export EPICS_CA_MAX_ARRAY_BYTES=20100300
sh ./start_ioc.sh
sleep 2
python simulator.py &
sleep 2
cd ..
sh run_coverage.sh