##// END OF EJS Templates
Fix for test_pr script
Thomas Kluyver -
Show More
@@ -247,7 +247,7 b' def test_pr(num, post_results=True):'
247 testrun.print_results()
247 testrun.print_results()
248
248
249 if post_results:
249 if post_results:
250 results_urls = testrun.post_logs
250 testrun.post_logs()
251 testrun.post_results_comment()
251 testrun.post_results_comment()
252 print("(Posted to Github)")
252 print("(Posted to Github)")
253 else:
253 else:
General Comments 0
You need to be logged in to leave comments. Login now