Commit 9cd4cce9 authored by Thomas Braun's avatar Thomas Braun
Browse files

tests/start_tdb.sh.in: Kill existing DS instances

This is useful when manually debugging tests as sometimes the DS can hang
from the previous failed test.
parent 4c6ae685
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ rm -f tdb_output.log
  exec 2<&-
  exec 1<> tdb_output.log
  exec 2>&1
  killall Databaseds || true
  exec ./Databaseds 2 -v5 -ORBendPoint giop:tcp:127.0.0.1:10000
) &
echo $! > tdb.pid