mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +00:00
test/fuzz: avoid hard-coded path to btstack repo
This commit is contained in:
parent
7a4f4a6697
commit
852d5f72ca
@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
DIR=`dirname $0`
|
||||
BTSTACK_ROOT="/Projects/btstack/"
|
||||
LOCAL_DIR=`dirname $0`
|
||||
BTSTACK_ROOT=`realpath $LOCAL_DIR/../..`
|
||||
|
||||
# build image if it doesn't exist
|
||||
if [[ "$(docker images -q fuzz 2> /dev/null)" == "" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user