Skip to content

Commit 6b67401

Browse files
committed
Tests: don't suppress Solr stderr logging
This will make easier to tell why Solr sometimes goes away on Travis
1 parent 7ebbad3 commit 6b67401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_haystack/solr_tests/server/start-solr-test-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ export CMD="java -Djetty.port=9001 -Djava.awt.headless=true -Dapple.awt.UIElemen
4242
if [ -z "${BACKGROUND_SOLR}" ]; then
4343
exec $CMD
4444
else
45-
exec $CMD >/dev/null 2>&1 &
45+
exec $CMD >/dev/null &
4646
fi

0 commit comments

Comments
 (0)