mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
tests: Don't show 'core dumped' messages
This commit is contained in:
parent
efd9f86efe
commit
b34bb773a4
@ -65,7 +65,7 @@ get_status()
|
||||
|
||||
run_test()
|
||||
{
|
||||
"$TEST_BINARY" "$1" &>.log
|
||||
$("$TEST_BINARY" "$1" &>.log)
|
||||
TMP=$?
|
||||
var_name=$2_result
|
||||
eval "$var_name=$TMP"
|
||||
|
Loading…
Reference in New Issue
Block a user