Skip to content

Commit 7beb06c

Browse files
author
y-p
committed
BLD: make test_perf.sh work on OSX too
1 parent 525eb4d commit 7beb06c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test_perf.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/sh
22

33
CURDIR=$(pwd)
4-
BASEDIR=$(readlink -f $(dirname $0 ))
5-
4+
BASEDIR=$(cd "$(dirname "$0")"; pwd)
65
python "$BASEDIR"/vb_suite/test_perf.py $@

0 commit comments

Comments
 (0)