Fix test_pers.sh (missing export) PAZ-944
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 23 Sep 2014 13:24:58 +0000 (15:24 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 23 Sep 2014 13:24:58 +0000 (15:24 +0200)
test/test_perf.sh

index c6fd22c..5fdafea 100755 (executable)
@@ -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: