Skip to content

Commit

Permalink
[libssh2] Add do_check function
Browse files Browse the repository at this point in the history
All tests are passing.

Signed-off-by: Steven Danna <steve@chef.io>
  • Loading branch information
stevendanna committed Dec 13, 2017
1 parent 3e53978 commit 0d10577
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libssh2/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ do_end() {
rm -fv /usr/bin/file
fi
}

do_check() {
# The ssh2.c test case expects USER to be set
USER=root make check
}

0 comments on commit 0d10577

Please sign in to comment.