Skip to content

Commit

Permalink
Merge pull request #363 from volkszaehler/J-A-U_no-test
Browse files Browse the repository at this point in the history
Disable build-test
  • Loading branch information
J-A-U committed Nov 5, 2018
2 parents 39ee0be + 067e8f8 commit a68f7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ if [ -z "$1" ] || contains "$*" vzlogger; then

echo
echo "building vzlogger"
cmake ..
cmake -DBUILD_TEST=off ..
make

echo
Expand Down

0 comments on commit a68f7ff

Please sign in to comment.