Skip to content

Commit

Permalink
add missing tree command skip to functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
datamel committed Feb 17, 2021
1 parent 11d9a31 commit 0f7674e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/functional/cylc-reinstall/01-file-transfer.t
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
#------------------------------------------------------------------------------
# Test workflow re-installation file transfer
. "$(dirname "$0")/test_header"
if ! command -v 'tree' >'/dev/null'; then
skip_all '"tree" command not available'
fi
set_test_number 14

# Test cylc install copies files to run dir successfully.
Expand Down

0 comments on commit 0f7674e

Please sign in to comment.