%description:
Test that the simulation exits gracefully if there's an error in the ini file.
- exit code must be 1 (not zero and different from crash exit code)
- nothing should be printed after "End" message and the error message (Note "$")

%activity:
// nothing

%inifile: test.ini
[General]
some-unknown-key = 99
network = Test

%exitcode: 1

%contains-regex: stdout
End\.$

%contains-regex: stderr
<!> Error: Unknown configuration option: some-unknown-key