Allow overriding BT to test bedtools from other paths.
In order to test bedtools after it is installed in /usr/bin, it is needed to override the BT variable in the shell scripts of the test suite. The following change achieves it in compliance with POSIX (tested with dash). -BT=../../bin/bedtools +BT=${BT-../../bin/bedtools}
Showing
- test/bamtobed/test-bamtobed.sh 1 addition, 1 deletiontest/bamtobed/test-bamtobed.sh
- test/bed12tobed6/test-bed12tobed6.sh 1 addition, 1 deletiontest/bed12tobed6/test-bed12tobed6.sh
- test/closest/test-closest.sh 1 addition, 1 deletiontest/closest/test-closest.sh
- test/cluster/test-cluster.sh 1 addition, 1 deletiontest/cluster/test-cluster.sh
- test/coverage/test-coverage.sh 1 addition, 1 deletiontest/coverage/test-coverage.sh
- test/expand/test-expand.sh 1 addition, 1 deletiontest/expand/test-expand.sh
- test/flank/test-flank.sh 1 addition, 1 deletiontest/flank/test-flank.sh
- test/general/test-general.sh 1 addition, 1 deletiontest/general/test-general.sh
- test/genomecov/test-genomecov.sh 1 addition, 1 deletiontest/genomecov/test-genomecov.sh
- test/getfasta/test-getfasta.sh 1 addition, 1 deletiontest/getfasta/test-getfasta.sh
- test/groupBy/test-groupby.sh 1 addition, 1 deletiontest/groupBy/test-groupby.sh
- test/intersect/test-intersect.sh 1 addition, 1 deletiontest/intersect/test-intersect.sh
- test/jaccard/test-jaccard.sh 1 addition, 1 deletiontest/jaccard/test-jaccard.sh
- test/map/test-map.sh 1 addition, 1 deletiontest/map/test-map.sh
- test/merge/test-merge.sh 1 addition, 1 deletiontest/merge/test-merge.sh
- test/multicov/test-multicov.sh 1 addition, 1 deletiontest/multicov/test-multicov.sh
- test/slop/test-slop.sh 1 addition, 1 deletiontest/slop/test-slop.sh
- test/subtract/test-subtract.sh 1 addition, 1 deletiontest/subtract/test-subtract.sh
Loading
Please register or sign in to comment