Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Chen (0.01 sec)

  1. run.sh

    L1:#!/bin/bash L2: L3:touch $(ls -d ./fess-*/logs)/fess-crawler.log L4:tail -f ./fess-*/logs/*.log & L5: L6:mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" L7:ret=$? L8: L9:if [ $ret != 0 ] ; then L10: for f in `find ./target -type f | grep surefire-reports | grep -v /TEST-` ; do L11: cat $f L12: done L13:fi L14: L15:exit $ret...
    github.com/codelibs/fess/src/test/resources/run.sh
    Sat Feb 10 03:25:34 UTC 2024
      353 bytes
Back to top