Skip to content

Commit

Permalink
make oracle loading a bit less boring
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 6, 2020
1 parent b1873a4 commit 9eb88f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/travis/linux/scripts/docker-qgis-test.sh
Expand Up @@ -42,10 +42,10 @@ export QGIS_ORACLETEST_DB="host=${QGIS_ORACLETEST_DBNAME} port=1521 user='QGIS'
echo "Wait a moment while loading Oracle database."
while ! echo exit | sqlplus -L SYSTEM/adminpass@$QGIS_ORACLETEST_DBNAME &> /dev/null
do
printf "."
printf "🙏"
sleep 1
done
echo " done"
echo " done 👀"

pushd /root/QGIS > /dev/null
/root/QGIS/tests/testdata/provider/testdata_oracle.sh $ORACLE_HOST
Expand Down

0 comments on commit 9eb88f7

Please sign in to comment.