We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556b9f4 commit e5bb361Copy full SHA for e5bb361
core-tests/run-tests.sh
@@ -27,10 +27,11 @@ echo;
27
echo "Linking $CORE_LINK to $CORE_GIT_DIR"
28
echo;
29
mkdir -p "$(dirname $CORE_LINK)"
30
-ln -sv "${CORE_LINK}" "${CORE_GIT_DIR}"
+ln -sv "${CORE_GIT_DIR}" "${CORE_LINK}"
31
rm -vf "${CORE_GIT_DIR}"/*.dat "${CORE_GIT_DIR}"/doc*.json
32
33
# Now we can run the tests against the symlinked source code for real.
34
+mkdir -p src/ # needed for compilation
35
36
echo "running tests ...";
37
0 commit comments