MT#8041 Enable cores check back (sems should not produce cores anymore)

Change-Id: I1ab126f5c41503f3eb03b0cb8aee83b76b78b015
changes/47/7547/1
Alexander Lutay 10 years ago
parent 9ad21ae3ff
commit b362f6084c

@ -1,15 +1,5 @@
{
"command": {
[% IF 1 -%]
"echo 'skip test'": {
"comment": "See MT#8041 Disable cores check test until sems is not fixed",
"exit-status": 0,
"stdout": [
"skip test"
],
"stderr": []
}
[% ELSE -%]
"ls -la /var/cores/core.*": {
"exit-status": 2,
"stdout": [],
@ -17,6 +7,5 @@
"ls: cannot access /var/cores/core.*: No such file or directory"
]
}
[% END -%]
}
}

Loading…
Cancel
Save