Skip to content

Commit 5ced156

Browse files
committed
have git track the empty src dir in tests
1 parent e5bb361 commit 5ced156

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
@@ -31,7 +31,7 @@ ln -sv "${CORE_GIT_DIR}" "${CORE_LINK}"
3131
rm -vf "${CORE_GIT_DIR}"/*.dat "${CORE_GIT_DIR}"/doc*.json
3232

3333
# Now we can run the tests against the symlinked source code for real.
34-
mkdir -p src/ # needed for compilation
34+
3535
echo;
3636
echo "running tests ...";
3737
echo;

core-tests/src/empty

Whitespace-only changes.

0 commit comments

Comments
 (0)