Rate This Document
Findability
Accuracy
Completeness
Readability

Running and Verification

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Verify ELK.
    elk --version

    Information similar to the following is displayed:

    [root@localhost elk-8.4.30]# elk --version
    Elk code version 8.4.30 started
    Error(readinput): error opening elk.in
  3. Execute the 31 test cases provided by the software.
    cd /path/to/elk/elk-8.4.30/
    make test

    Information similar to the following is displayed:

    The 29th test fails, as shown in the following figure:

    Go to the 29th test file and run the ELK test again.

    cd tests/test_029
    elk