Skip to content

Commit e5bb361

Browse files
mpizenbergharrysarson
authored andcommitted
Fix script
1 parent 556b9f4 commit e5bb361

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core-tests/run-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ echo;
2727
echo "Linking $CORE_LINK to $CORE_GIT_DIR"
2828
echo;
2929
mkdir -p "$(dirname $CORE_LINK)"
30-
ln -sv "${CORE_LINK}" "${CORE_GIT_DIR}"
30+
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
3435
echo;
3536
echo "running tests ...";
3637
echo;

0 commit comments

Comments
 (0)