소스 검색

[Regression] Update LTP tests to the upstream version

Chia-Che Tsai 6 년 전
부모
커밋
aa9743dbce
3개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      Jenkinsfiles/Linux
  2. 1 0
      Jenkinsfiles/Linux-Debug
  3. 1 1
      LibOS/shim/test/apps

+ 1 - 0
Jenkinsfiles/Linux

@@ -22,6 +22,7 @@ pipeline {
                             '''
                         sh '''
                             cd LibOS/shim/test/apps/ltp
+                            git submodule update --init src
                             make
                             ./syscalls.sh
                             '''

+ 1 - 0
Jenkinsfiles/Linux-Debug

@@ -22,6 +22,7 @@ pipeline {
                             '''
                         sh '''
                             cd LibOS/shim/test/apps/ltp
+                            git submodule update --init src
                             make
                             ./syscalls.sh
                             '''

+ 1 - 1
LibOS/shim/test/apps

@@ -1 +1 @@
-Subproject commit 08cc262d443f33e6f08c2d8de494fc12bd846449
+Subproject commit cad9612ea22692781e4da0b0f2fcd0086ddeca57