diff options
Diffstat (limited to 'test/run-test')
-rwxr-xr-x | test/run-test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/run-test b/test/run-test index 0e42efe3de..ae613d9a66 100755 --- a/test/run-test +++ b/test/run-test @@ -377,6 +377,9 @@ if echo "$test_dir" | grep 089; then file_size_limit=5120 elif echo "$test_dir" | grep 083; then file_size_limit=5120 +elif echo "$test_dir" | grep 115; then +# Native bridge test copies libarttest.so into its directory, which needs 2MB already. + file_size_limit=5120 fi if ! ulimit -S "$file_size_limit"; then echo "ulimit file size setting failed" |