Skip to content

Commit

Permalink
trying to fix rsync build errors #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Aug 26, 2024
1 parent eea20e8 commit fb82ee4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/build_config/dailyUpdateMakeGCC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ if test -e sumoD; then
for i in *D; do ln -sf ${i} ${i::-1}; done
fi
cd ..
if test -e build/$FILEPREFIX/src/CMakeFiles/sumo.dir/sumo_main.cpp.gcda; then
# avoid a dangling symlink for the coverage build
mkdir docs/lcov
fi
if test -e $SUMO_BINDIR/sumo && test $SUMO_BINDIR/sumo -nt build/$FILEPREFIX/Makefile; then
# run tests
export PATH=$PREFIX/texttest/bin:$PATH
Expand Down

0 comments on commit fb82ee4

Please sign in to comment.