diff options
| -rw-r--r-- | meta/recipes-devtools/json-c/json-c/run-ptest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/json-c/json-c/run-ptest b/meta/recipes-devtools/json-c/json-c/run-ptest index 2d0e94cd3a..acdce54f3e 100644 --- a/meta/recipes-devtools/json-c/json-c/run-ptest +++ b/meta/recipes-devtools/json-c/json-c/run-ptest | |||
| @@ -3,6 +3,8 @@ | |||
| 3 | # This script is used to run json-c test suites | 3 | # This script is used to run json-c test suites |
| 4 | cd tests | 4 | cd tests |
| 5 | 5 | ||
| 6 | export USE_VALGRIND=0 | ||
| 7 | |||
| 6 | ret_val=0 | 8 | ret_val=0 |
| 7 | for i in test*.test; do | 9 | for i in test*.test; do |
| 8 | # test_basic is not an own testcase, just | 10 | # test_basic is not an own testcase, just |
