소스 검색

[LibOS] Fix commands in LTP readme

Michał Kowalczyk 7 년 전
부모
커밋
24ac4d3789
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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.