projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aa3d49
)
Fix test_pers.sh (missing export) PAZ-944
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 23 Sep 2014 13:24:58 +0000
(15:24 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 23 Sep 2014 13:24:58 +0000
(15:24 +0200)
test/test_perf.sh
patch
|
blob
|
history
diff --git
a/test/test_perf.sh
b/test/test_perf.sh
index
c6fd22c
..
5fdafea
100755
(executable)
--- a/
test/test_perf.sh
+++ b/
test/test_perf.sh
@@
-9,6
+9,7
@@
if test -z "$PERF_PROG"; then
PERF_PROG="/usr/bin/time -p"
fi
fi
+export PERF_PROG
exec ${srcdir}/run_pazpar2.sh --ztest --icu $TEST
# Local Variables: