Skip to content

Commit f450b6e

Browse files
committed
have git track the empty src dir in tests
1 parent 34aacf7 commit f450b6e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

core-tests/run-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CORE_GIT_DIR="$(dirname $PWD)"
2626
echo;
2727
echo "Linking $CORE_LINK to $CORE_GIT_DIR"
2828
echo;
29-
mkdir -p "$(dirname $CORE_LINK)"
29+
3030
ln -sv "${CORE_GIT_DIR}" "${CORE_LINK}"
3131
rm -vf "${CORE_GIT_DIR}"/*.dat "${CORE_GIT_DIR}"/doc*.json
3232

core-tests/src/empty

Whitespace-only changes.

0 commit comments

Comments
 (0)