diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 14:32:04 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 14:32:04 (EDT) |
commit | a99ef42126ff02a752c403450b455095b572c2d9 (patch) | |
tree | 00170a2b033f84850ad8bdf4417104ff411f5b11 /tests/aux | |
parent | 2c6a49ea4ad01b6ebcaf2505bfbd6062ea714e2e (diff) |
tests/aux/setup.sh: Make test package under tests build dir
Diffstat (limited to 'tests/aux')
-rw-r--r-- | tests/aux/setup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/aux/setup.sh b/tests/aux/setup.sh index a2b7170..42d9a08 100644 --- a/tests/aux/setup.sh +++ b/tests/aux/setup.sh @@ -19,6 +19,8 @@ set -eu +cd "${1}" + rm -Rf 'pkg/' mkdir -p 'pkg/tmp/' cd 'pkg/' |