(gas-dg-test): Detect invalid values of `do_what'.

This commit is contained in:
David Edelsohn 1995-04-30 20:16:22 +00:00
parent 00ff097af1
commit dd0f8fcfe4

View File

@ -17,6 +17,10 @@ proc gas-dg-test { prog do_what tool_flags default_tool_flags libs } {
}
"run" {
}
default {
perror "$do_what: not a valid dg-do keyword"
return
}
}
# gas_start prepends $srcdir/$subdir so we must remove it from PROG