pnd_run.sh: move pre/post-run scripts where env is set up
authorGrazvydas Ignotas <notasas@gmail.com>
Sun, 13 Sep 2015 16:58:37 +0000 (19:58 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 13 Sep 2015 16:58:37 +0000 (19:58 +0300)
commita6968a769ad2d91403bafafed82a6b8873f3e2e9
treef8f2a468ee681c0c7aca35eeb84da7357365ab95
parentde7d9a8a89970d8803a6824bd7d68bf7b1525379
pnd_run.sh: move pre/post-run scripts where env is set up

Note: pre was run before env was set up and post still with env set,
now both are ran with env (PATH and LD_LIBRARY_PATH) set, so things may
break. This is unlikely though as almost nobody is using pre/post scripts.
testdata/scripts/pnd_run.sh