URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [expect/] [example/] [timed-run] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
#!../expect -f
# run a program for a given amount of time
# i.e. time 20 long_running_program
set timeout [lindex $argv 0]
eval spawn [lrange $argv 1 end]
expect
Go to most recent revision | Compare with Previous | Blame | View Log