mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-13 06:56:05 +00:00
(gas-dg-test): Detect invalid values of `do_what'.
This commit is contained in:
parent
00ff097af1
commit
dd0f8fcfe4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user