Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.

Commit

Permalink
Fixed auto ellipsis update for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
G. Roggemans committed Jun 11, 2016
1 parent 1bbdf5b commit 1efb8a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/_helper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ load extension

# Updated ellipsis version if not sufficient (make can't auto update)
if ! extension.is_compatible; then
./deps/ellipsis/bin/ellipsis update ellipsis > /dev/null 2>&1
load ellipsis
ellipsis.pull ellipsis > /dev/null 2>&1
fi

##############################################################################

0 comments on commit 1efb8a8

Please sign in to comment.