Changeset 956:86878bb8d9f1
- Timestamp:
- 05/12/19 07:19:05 (6 years ago)
- Branch:
- python3
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test.sh
r163 r956 2 2 3 3 scriptdir=`dirname $0` 4 sim="${scriptdir}/../src/mlx/pyuipc_sim.py" 4 5 PYTHONPATH="${scriptdir}/../src" 6 export PYTHONPATH 7 8 sim="mlx.pyuipc_sim" 5 9 6 10 host="localhost" … … 13 17 for line in `cat $1`; do 14 18 read -p "$line" 15 echo $line | python "${sim}" "${host}" >/dev/null19 echo $line | python3 -m "${sim}" "${host}" >/dev/null 16 20 done 17 21 IFS="${oldIFS}"
Note:
See TracChangeset
for help on using the changeset viewer.