mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-27 11:00:37 +02:00
Make the standalone parser return an exit code so we can automate testing.
This commit is contained in:
parent
3d303eb59f
commit
7c15bb2465
1 changed files with 1 additions and 1 deletions
|
|
@ -657,5 +657,5 @@ main(int argc, char **argv)
|
|||
|
||||
delete state.symbols;
|
||||
|
||||
return 0;
|
||||
return state.error != 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue