configlib/dbmsjdbc/runalltests.sh
author m2lahtel
Wed, 08 Sep 2010 12:20:56 +0300
changeset 4 0951727b8815
parent 1 b538b70cbe51
permissions -rw-r--r--
Updated to 1.2.13 release

#!/bin/sh
rm -rf testlog.txt
find . -name "t_*" -exec {} >> testlog.txt \;
java -cp dbmsjdbctest.jar:dbmsjdbc.jar:junit.jar junit.textui.TestRunner com.symbian.dbms.jdbc.TestDbmsDriver >> testlog.txt
echo "Test results are stored in testlog.txt"