Skip to content

Commit

Permalink
[misc] travis docker test : correcting bash header
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Jul 6, 2017
1 parent f0bcbaf commit b6d4c85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis/maxscale/cmd.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash

#ensure that first database restart has been done database
sleep 15
Expand Down
5 changes: 5 additions & 0 deletions .travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,8 @@ mvn clean test $urlString -DtestSingleHost=$testSingleHost $ADDITIONNAL_VARIABLE
-Dkeystore2Path="/home/travis/build/rusher/mariadb-connector-j/tmp/fullclient-keystore.jks" \
-Dkeystore2Password="kspass" -DkeyPassword="kspasskey" \
-Dkeystore2PathP12="/home/travis/build/rusher/mariadb-connector-j/tmp/fullclient-keystore.p12"

if [ -n "$PROFILE" ]
then
tail -5000 /tmp/debug.log
fi

0 comments on commit b6d4c85

Please sign in to comment.