[Regression] Update LTP tests to the upstream version

This commit is contained in:
Chia-Che Tsai
2019-07-23 18:31:37 -07:00
committed by Dmitrii Kuvaiskii
parent 52786e5f4d
commit aa9743dbce
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@ pipeline {
'''
sh '''
cd LibOS/shim/test/apps/ltp
git submodule update --init src
make
./syscalls.sh
'''
+1
View File
@@ -22,6 +22,7 @@ pipeline {
'''
sh '''
cd LibOS/shim/test/apps/ltp
git submodule update --init src
make
./syscalls.sh
'''