Skip to content

Commit 7eb28d8

Browse files
c-dilksbaltzell
authored andcommitted
fix: kludge the clara coatjava plugin
1 parent 11eb5cc commit 7eb28d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validation/advanced-tests/run-advanced-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ esac
3131
chmod +x install-claracre-clas.sh
3232
echo Y | ./install-claracre-clas.sh -f 5.0.2 -j 11 -l local
3333
if [ $? != 0 ] ; then echo "clara installation error" ; exit 1 ; fi
34+
cp -rp ../../coatjava/libexec $CLARA_HOME/plugins/clas12/ # FIXME: should go in `install-claracre-clas.sh`, or can we use `../../install-clara` instead?
3435
rm install-claracre-clas.sh
3536

3637
# download test files

0 commit comments

Comments
 (0)