Skip to content

Commit

Permalink
removed CVSROOT settings
Browse files Browse the repository at this point in the history
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13899 cec4b9c1-7d33-0410-9eda-942365e851bb
  • Loading branch information
Christian Maeder authored and Christian Maeder committed Aug 18, 2010
1 parent 7f4b96a commit 834a709
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
2 changes: 0 additions & 2 deletions Haskell/test/run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/sh

CVSROOT=:pserver:cvsread@cvs-agbkb.informatik.uni-bremen.de:/repository

isabellescriptspath=../../../utils/nightly

run ()
Expand Down
16 changes: 6 additions & 10 deletions test/runcheck.sh
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
#!/bin/sh

CVSROOT=:pserver:cvsread@cvs-agbkb.informatik.uni-bremen.de:/repository

export CVSROOT

for i in *
do
if [ -d $i ]; then
echo "processing $i"
cd $i
if [ -f Makefile ]
if [ -f Makefile ]
then gmake
elif [ -x run.sh ]
elif [ -x run.sh ]
then ./run.sh
else echo "nothing done in $i"
fi
else echo "nothing done in $i"
fi
cd ..
fi
fi
done

0 comments on commit 834a709

Please sign in to comment.