Skip to content
Snippets Groups Projects
Commit 73f3cd76 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

updated fuzzpod script

parent 6a65f811
No related branches found
No related tags found
No related merge requests found
Pipeline #4615 failed
...@@ -6,6 +6,7 @@ function main() ...@@ -6,6 +6,7 @@ function main()
git submodule sync --recursive git submodule sync --recursive
git submodule update --recursive --init git submodule update --recursive --init
scons -j3
cd test cd test
scons scons
strip test.exe strip test.exe
......
...@@ -6,8 +6,7 @@ set -x ...@@ -6,8 +6,7 @@ set -x
function main() function main()
{ {
scons -j3 cd /tmp/libehp_test/test
cd test
./test.sh || exit 1 ./test.sh || exit 1
exit 0 exit 0
} }
......
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