Browse Source

[LibOS] Fix commands in LTP readme

Michał Kowalczyk 6 years ago
parent
commit
24ac4d3789
1 changed files with 3 additions and 2 deletions
  1. 3 2
      LibOS/shim/test/apps/ltp/README

+ 3 - 2
LibOS/shim/test/apps/ltp/README

@@ -20,8 +20,9 @@ Results are of 4 types :
 [Hanged] -> Testcase hanged and thereafter killed
 [Broken] -> Either system call is not implemented in Graphene or test preparation failed
 
-To run one particular testcase, execute following :
- ~/Runtime/pal <ltp-repo>/opt/ltp/testcases/bin/<test>
+To run a single testcase, execute the following commands:
+    cd <LTP_REPO>/opt/ltp/testcases/bin/
+    <GRAPHENE_DIR>/Runtime/pal_loader <TEST_BINARY>
 
 In this way, one can debug one particular syscall testcase.