Skip to content

Commit

Permalink
Added missing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrvenkat committed Sep 14, 2019
1 parent 5d0bc75 commit e916d8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis/run-jython-tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
jython_path=~/Downloads/Jython/jython.jar;
java -jar "$jython_path" -m request_generator.html.dom.tests.simple_html_element &&\
java -jar "$jython_path" -m request_generator.html.dom.tests.simple_html_elements &&\
java -jar "$jython_path" -m request_generator.html.tests.html_request_builder &&\
java -jar "$jython_path" -m request_generator.html.jquery.tests.jquery_request_builder

0 comments on commit e916d8f

Please sign in to comment.