Skip to content

Commit

Permalink
changed: install script to delete tests directory
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanfh committed Jan 18, 2024
1 parent 2e06e1d commit 66577d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,9 @@ onyx_download() {

mkdir -p $INSTALL_DIRECTORY

# Remove old tests directory that should not be shipped with the toolchain anymore
rm -rf $INSTALL_DIRECTORY/tests 2>/dev/null

# Untar the Onyx contents in the install directory
tar -C $INSTALL_DIRECTORY -zxf $DOWNLOAD_FILE

Expand Down Expand Up @@ -444,4 +447,4 @@ else
INSTALL_DIRECTORY="${ONYX_DIR}"
fi

onyx_install $1 # $2
onyx_install $1 # $2

0 comments on commit 66577d0

Please sign in to comment.