diff options
Diffstat (limited to 'lang/python/run-ex_access')
-rwxr-xr-x | lang/python/run-ex_access | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/python/run-ex_access b/lang/python/run-ex_access new file mode 100755 index 00000000000..a6f8348e9fd --- /dev/null +++ b/lang/python/run-ex_access @@ -0,0 +1,5 @@ +#!/bin/sh + +rm -rf WT_TEST ; mkdir WT_TEST + +exec env LD_LIBRARY_PATH=../../.libs DYLD_LIBRARY_PATH=../../.libs PYTHONPATH=.:${srcdir} python ${srcdir}/../../examples/python/ex_access.py |