Skip to content
Snippets Groups Projects
Commit c98767cc authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

get_packages --> get-package

parent d1646139
No related branches found
No related tags found
No related merge requests found
Pipeline #1434 canceled
...@@ -17,7 +17,7 @@ Note that you will need **sudo** privileges to get and install all the required ...@@ -17,7 +17,7 @@ Note that you will need **sudo** privileges to get and install all the required
git clone --recurse-submodules git@git.zephyr-software.com:allnp/zafl_umbrella.git git clone --recurse-submodules git@git.zephyr-software.com:allnp/zafl_umbrella.git
cd zafl_umbrella cd zafl_umbrella
. set_env_vars . set_env_vars
./get_packages.sh ./get-packages.sh
./build-all.sh ./build-all.sh
``` ```
Note: Note:
......
...@@ -11,6 +11,7 @@ save_core_pattern=/tmp/$(whoami).core_pattern ...@@ -11,6 +11,7 @@ save_core_pattern=/tmp/$(whoami).core_pattern
sudo cat /proc/sys/kernel/core_pattern > $save_core_pattern sudo cat /proc/sys/kernel/core_pattern > $save_core_pattern
echo "Setup core pattern for afl" echo "Setup core pattern for afl"
sudo $ZAFL_HOME/zfuzz/util/setup-afl.sh
sudo $ZAFL_HOME/zfuzz/util/afl_setup_core_pattern.sh sudo $ZAFL_HOME/zfuzz/util/afl_setup_core_pattern.sh
echo "Test various zafl configurations" echo "Test various zafl configurations"
......
...@@ -5,4 +5,4 @@ submanifest zfuzz/manifest.txt ...@@ -5,4 +5,4 @@ submanifest zfuzz/manifest.txt
# env vars. # env vars.
file set_env_vars zafl file set_env_vars zafl
file set_env_vars zfuzz file set_env_vars zfuzz
file get_packages.sh zafl file get-packages.sh zafl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment