Skip to content

Commit

Permalink
Get git-clone-related from git-scripts repository, not plume-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst authored Jan 28, 2024
1 parent 80073fc commit c65e72b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ export JAVA_HOME
export DAIKONDIR="${DAIKONDIR:-$(pwd)/../daikon}"
echo "DAIKONDIR=$DAIKONDIR"

if [ -d "/tmp/plume-scripts" ] ; then
(cd /tmp/plume-scripts && git -C pull -q) > /dev/null 2>&1

if [ -d "/tmp/git-scripts" ] ; then
(cd /tmp/git-scripts && git -C pull -q) > /dev/null 2>&1
else
(cd /tmp && git clone --depth 1 -q https://github.com/plume-lib/plume-scripts.git)
(cd /tmp && git clone --depth 1 -q https://github.com/plume-lib/git-scripts.git)
fi
/tmp/plume-scripts/git-clone-related codespecs daikon
/tmp/git-scripts/git-clone-related codespecs daikon
ln -s "$(pwd)" "${DAIKONDIR}/fjalar" || true

make build
Expand Down

0 comments on commit c65e72b

Please sign in to comment.