浏览代码

[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