From bb5b81638d9a4c01b83b501593db8b437f0b3c4f Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Sat, 30 Apr 2011 08:18:30 +0800 Subject: Added test scripts to invoke python for i386 architecture, for local directory testing --- nxt-python-fantom/scripts/pyenv-nxt_test | 3 +++ nxt-python-fantom/scripts/pyenv-syspython | 3 +++ 2 files changed, 6 insertions(+) create mode 100755 nxt-python-fantom/scripts/pyenv-nxt_test create mode 100755 nxt-python-fantom/scripts/pyenv-syspython diff --git a/nxt-python-fantom/scripts/pyenv-nxt_test b/nxt-python-fantom/scripts/pyenv-nxt_test new file mode 100755 index 0000000..32b097b --- /dev/null +++ b/nxt-python-fantom/scripts/pyenv-nxt_test @@ -0,0 +1,3 @@ +#!/bin/sh +export PYTHONPATH=/Users/tcmac/gitrepo/armdebug/nxt-python-fantom +arch -i386 /usr/bin/python2.6 /Users/tcmac/gitrepo/armdebug/nxt-python-fantom/scripts/nxt_test diff --git a/nxt-python-fantom/scripts/pyenv-syspython b/nxt-python-fantom/scripts/pyenv-syspython new file mode 100755 index 0000000..112e406 --- /dev/null +++ b/nxt-python-fantom/scripts/pyenv-syspython @@ -0,0 +1,3 @@ +#!/bin/sh +export PYTHONPATH=/Users/tcmac/gitrepo/armdebug/nxt-python-fantom +arch -i386 /usr/bin/python2.6 -- cgit v1.2.3