Skip to content

Commit

Permalink
#1249 #1350 #1319 #1351: Fix perm check test on legacy4
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Jan 30, 2019
1 parent 28efc7d commit 1d9b582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/solr/README.md
Expand Up @@ -49,7 +49,7 @@ lando ssh -s helper -c "curl patch:8983/solr/admin/cores?action=STATUS" | grep s
lando ssh -s defaults -c "ls -lsa /opt/solr/server/solr/mycores/lando" | grep "solr solr" | wc -l | grep 5
lando ssh -s custom -c "ls -lsa /opt/solr/server/solr/mycores/freedom" | grep "solr solr" | wc -l | grep 5
lando ssh -s patch -c "ls -lsa /opt/solr/server/solr/mycores/solo" | grep "solr solr" | wc -l | grep 5
lando ssh -s legacy4 -c "ls -lsa /opt/solr-4.10.4/example/solr/collection1" | grep "solr solr" | wc -l | grep 5
lando ssh -s legacy4 -c "ls -lsa /opt/solr-4.10.4/example/solr/collection1" | grep "solr solr" | wc -l | grep 6

# Should be able to set a record
lando post-record-custom
Expand Down

0 comments on commit 1d9b582

Please sign in to comment.