mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
testprogs: Return correct status code
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
b62b0bd64b
commit
dfb088aaed
@ -64,7 +64,7 @@ test_rpcclient_grep()
|
|||||||
else
|
else
|
||||||
printf '%s' "$output" | subunit_fail_test "$name"
|
printf '%s' "$output" | subunit_fail_test "$name"
|
||||||
fi
|
fi
|
||||||
return $status
|
return $gstatus
|
||||||
}
|
}
|
||||||
|
|
||||||
test_rpcclient_expect_failure_grep()
|
test_rpcclient_expect_failure_grep()
|
||||||
|
Loading…
Reference in New Issue
Block a user