Skip to content

Commit

Permalink
We don't need to install protobuf anymore, not a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
postwait committed Apr 12, 2016
1 parent e82751e commit 8b0cb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/t/runtests
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [ "x$SKIP_NPM_INSTALL" != "x1" ]; then
# modules requiringa compiler... so we'll start and end there.
mkdir -p node_modules
NPMROOT=`npm root -g`
for mod in protobuf fq; do
for mod in fq; do
if [ -d "$NPMROOT/$mod" ]; then
if [ ! -e node_modules/$mod ]; then
echo "Hacking a link from node_modules/$mod -> $NPMROOT/$mod"
Expand Down

0 comments on commit 8b0cb38

Please sign in to comment.