Skip to content
Snippets Groups Projects
Commit 62b3b0ab authored by Simon McVittie's avatar Simon McVittie
Browse files

tests: Print command before executing it

parent 8d40ed00
Branches
Tags
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
...@@ -116,6 +116,7 @@ shell_is () { ...@@ -116,6 +116,7 @@ shell_is () {
local status=0 local status=0
shift 3 shift 3
echo_tap "# \$($command)..."
got="$(eval "$command")" || status="$?" got="$(eval "$command")" || status="$?"
if [ "x$status" != "x$expected_status" ]; then if [ "x$status" != "x$expected_status" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment