source: test/test.sh@ 162:b565d30d01b3

Last change on this file since 162:b565d30d01b3 was 89:ef4711a984fe, checked in by István Váradi <ivaradi@…>, 12 years ago

Added the collection of some further statistics and the finish page

  • Property exe set to *
File size: 217 bytes
Line 
1#!/bin/bash
2
3scriptdir=`dirname $0`
4sim="${scriptdir}/../src/mlx/pyuipc_sim.py"
5
6oldIFS="${IFS}"
7IFS=$'\n'
8for line in `cat $1`; do
9 read -p "$line"
10 echo $line | python "${sim}" >/dev/null
11done
12IFS="${oldIFS}"
Note: See TracBrowser for help on using the repository browser.