Home
last modified time | relevance | path

Searched refs:actual_rc (Results 1 – 3 of 3) sorted by relevance

/xen/tools/libxl/
A Dcheck-xl-vcpupin-parse53 actual_rc=$?
54 if [ $actual_rc != $expected_rc ]; then
56 echo >&2 "test case \`$*' failed ($actual_rc $diff_rc)"
82 actual_rc=$?
85 if [ $actual_rc != $expected_rc ]; then
86 echo >&2 "test case \`$*' failed ($actual_rc)"
A Dcheck-xl-disk-parse25 actual_rc=$?
29 if [ $actual_rc != $expected_rc ] || [ $diff_rc != 0 ]; then
30 echo >&2 "test case \`$*' failed ($actual_rc $diff_rc)"
A Dcheck-xl-vif-parse25 actual_rc=$?
29 if [ $actual_rc != $expected_rc ] || [ $diff_rc != 0 ]; then
30 echo >&2 "test case \`$*' failed ($actual_rc $diff_rc)"

Completed in 3 milliseconds