summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2017-01-23 17:08:30 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2017-01-23 17:08:30 +0530
commitb9267b8bf5cbd5f0937e51decc8644142bf92cad (patch)
treefebfa16d3948e440287c3d1cb00d8daa6beecedf
parent9b1dce9e19413c3e8e39488df353b93d1220756c (diff)
ltp-realtime: fix install failed issueHEADmaster
Change-Id: I2cd7b200427d4bf0aec254ca3aa7b0830e9fc017 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rwxr-xr-xautomated/linux/ltp-realtime/ltp-realtime.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/automated/linux/ltp-realtime/ltp-realtime.sh b/automated/linux/ltp-realtime/ltp-realtime.sh
index f67b853..3c146ea 100755
--- a/automated/linux/ltp-realtime/ltp-realtime.sh
+++ b/automated/linux/ltp-realtime/ltp-realtime.sh
@@ -43,7 +43,6 @@ install_ltp() {
tar --strip-components=1 -Jxf ltp-full-"${LTP_VERSION}".tar.xz
./configure --with-realtime-testsuite
make -C testcases/realtime/
- make SKIP_IDCHECK=1 install
}
# Run LTP realtime test suite