Skip to content

Commit

Permalink
Fix: guest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Lecarme committed Nov 3, 2020
1 parent 30425f9 commit e544a3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include Makefile.build_args
.PHONY: tests get_goss tests_php/tools

GOSS_VERSION := 0.3.7
GOSS_GEST_PATH := tests_php/bin/linux/${GOSS_VERSION}/goss
GOSS_GUEST_PATH := tests_php/bin/linux/${GOSS_VERSION}/goss
GOSS_HOST_PATH := tests_php/bin/${OS}/${GOSS_VERSION}/goss

OS := $(shell uname | tr A-Z a-z)
Expand Down Expand Up @@ -235,8 +235,8 @@ tests_php/bin/darwin/${GOSS_VERSION}/goss:
tests_php/bin/linux/${GOSS_VERSION}/goss:
TARGET=linux make get_goss

tests_php/bin/goss: ${GOSS_GEST_PATH}
ln -sf ${PWD}/${GOSS_GEST_PATH} $@
tests_php/bin/goss: ${GOSS_GUEST_PATH}
ln -sf ${PWD}/${GOSS_GUEST_PATH} $@

tests_php/tools: tests_php/bin/linux/${GOSS_VERSION}/goss tests_php/bin/${OS}/${GOSS_VERSION}/goss

Expand Down

0 comments on commit e544a3d

Please sign in to comment.