Daily bump.
[official-gcc.git] / gcc / testsuite / ada / acats / run_test.exp
blob07dec27709b3a7f5515dbb9b0e98c03966a26520
1 #!/usr/bin/expect -f
3 if {[info exists env(DEJAGNU_TIMEOUT)]} {
4 set timeout $env(DEJAGNU_TIMEOUT)
5 } else {
6 set timeout 300
9 spawn -noecho $argv
10 expect timeout {
11 send_user "Program timed out.\n"
12 exit 1