MT#16429 MT#8041 Disable cores check test until sems is not fixed

Change-Id: I669378c196ea5af42a044ca03d78e4841cfa5632
changes/86/3986/1
Alexander Lutay 10 years ago
parent f69756150f
commit 6e97e15355

@ -1,5 +1,15 @@
{
"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": [],
@ -7,5 +17,6 @@
"ls: cannot access /var/cores/core.*: No such file or directory"
]
}
[% END -%]
}
}

Loading…
Cancel
Save