Skip to content

Commit 346295f

Browse files
committed
Use test-localhost.sh script.
Added in GoogleCloudPlatform/getting-started-java#92
1 parent 029773a commit 346295f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ devserver_tests=(
3333
appengine/datastore/indexes-perfect
3434
)
3535
for testdir in ${devserver_tests[@]} ; do
36-
./java-repo-tools/test-devserver.sh "${testdir}"
36+
./java-repo-tools/scripts/test-localhost.sh appengine "${testdir}"
3737
done
3838

0 commit comments

Comments
 (0)