print stacktrace

This commit is contained in:
Shinsuke Sugaya 2019-01-26 06:08:04 +09:00
parent 7efbd01096
commit 4cf5da5b5b

View file

@ -75,7 +75,7 @@ public class SearchApiTests extends CrawlTestBase {
waitJob(NAME_PREFIX);
refresh();
} catch (InterruptedException e) {
} catch (Exception e) {
e.printStackTrace();
assertTrue(false);
}