diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-09 21:32:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-09 21:32:28 +0200 |
commit | e8441eb5033da7f95aeee995bc87879f8cb129ab (patch) | |
tree | d317ddb4ab394e41fa583c0e5057a23e85de0979 /package/ltp/patches/patch-runltp | |
parent | 2cab3266d039fa15193afcd031d7dc3ba749f4bb (diff) |
disable some tests, now at least runltp finish.
Diffstat (limited to 'package/ltp/patches/patch-runltp')
-rw-r--r-- | package/ltp/patches/patch-runltp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/ltp/patches/patch-runltp b/package/ltp/patches/patch-runltp new file mode 100644 index 000000000..fa159a07b --- /dev/null +++ b/package/ltp/patches/patch-runltp @@ -0,0 +1,11 @@ +--- ltp-full-20140422.orig/runltp 2014-04-23 10:37:31.000000000 +0200 ++++ ltp-full-20140422/runltp 2014-07-07 22:30:06.069956961 +0200 +@@ -77,7 +77,7 @@ setup() + exit 1 + } + export LTPROOT=${PWD} +- export TMPBASE="/tmp" ++ export TMPBASE="/opt/ltp/tmp" + export PATH="${PATH}:${LTPROOT}/testcases/bin" + + export LTP_DEV="" |