diff options
| author | Eric Wolz <[email protected]> | 2024-01-11 13:36:02 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-11 13:36:02 -0800 |
| commit | bfddc350c8293c88e8e7ea3883c1ad53966be479 (patch) | |
| tree | 40493e1fc1155c1c5d1ab6e1ebd9145d42ece4e8 | |
| parent | 2bd0997de3696c21cb0b3471b641171b1cbacba5 (diff) | |
Update run.sh
| -rwxr-xr-x | test/cmake/ptp/run.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/cmake/ptp/run.sh b/test/cmake/ptp/run.sh index 03eea6a3..234f43c8 100755 --- a/test/cmake/ptp/run.sh +++ b/test/cmake/ptp/run.sh @@ -3,7 +3,7 @@ cd $(dirname $0) # if threadx repo does not exist, clone it -[ -d ../threadx ] || git clone https://github.com/azure-rtos/threadx.git ../threadx --depth 1 -[ -d ../filex ] || git clone https://github.com/azure-rtos/filex.git ../filex --depth 1 +[ -d ../threadx ] || git clone https://github.com/eclipse-threadx/threadx.git ../threadx --depth 1 +[ -d ../filex ] || git clone https://github.com/eclipse-threadx/filex.git ../filex --depth 1 [ -f .run.sh ] || ln -sf ../threadx/scripts/cmake_bootstrap.sh .run.sh -PTP_ONLY=ON ./.run.sh $*
\ No newline at end of file +PTP_ONLY=ON ./.run.sh $* |
