Skip to content

Commit

Permalink
have git track the empty src dir in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysarson committed Apr 16, 2021
1 parent 55cbe63 commit 2b3b6cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-tests/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CORE_GIT_DIR="$(dirname $PWD)"
echo;
echo "Linking $CORE_LINK to $CORE_GIT_DIR"
echo;
mkdir -p "$(dirname $CORE_LINK)"

ln -sv "${CORE_GIT_DIR}" "${CORE_LINK}"
rm -vf "${CORE_GIT_DIR}"/*.dat "${CORE_GIT_DIR}"/doc*.json

Expand Down
Empty file added core-tests/src/empty
Empty file.

0 comments on commit 2b3b6cd

Please sign in to comment.