Skip to content

Commit

Permalink
fix makefile to handle /testrunner dir not exist in the very first time
Browse files Browse the repository at this point in the history
  • Loading branch information
holisHsu committed Apr 23, 2021
1 parent 54c3029 commit 58b04cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sync-lib-and-bin-from-testrunner:
# usage:
# cd ../ && git clone https://github.com/heroku/heroku-buildpack-testrunner
# make sync-lib-and-bin-from-testrunner testrunner-dir=../heroku-buildpack-testrunner
mkdir -p ${current_dir}/testrunner

rm -rf ${current_dir}/testrunner/lib
cp -rf ${testrunner-dir}/lib ${current_dir}/testrunner/lib

Expand Down

0 comments on commit 58b04cc

Please sign in to comment.