forked from wolfSSL/wolfssl
commit tests no longer need make clean after configure
This commit is contained in:
@ -16,7 +16,7 @@ echo -e "\n\nTesting basic config too...\n\n"
|
|||||||
RESULT=$?
|
RESULT=$?
|
||||||
[ $RESULT -ne 0 ] && echo -e "\n\nBasic config ./configure failed" && exit 1
|
[ $RESULT -ne 0 ] && echo -e "\n\nBasic config ./configure failed" && exit 1
|
||||||
|
|
||||||
make clean; make -j 8 test;
|
make -j 8 test;
|
||||||
RESULT=$?
|
RESULT=$?
|
||||||
[ $RESULT -ne 0 ] && echo -e "\n\nBasic config make test failed" && exit 1
|
[ $RESULT -ne 0 ] && echo -e "\n\nBasic config make test failed" && exit 1
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ echo -e "\n\nTesting full config as well...\n\n"
|
|||||||
RESULT=$?
|
RESULT=$?
|
||||||
[ $RESULT -ne 0 ] && echo -e "\n\nFull config ./configure failed" && exit 1
|
[ $RESULT -ne 0 ] && echo -e "\n\nFull config ./configure failed" && exit 1
|
||||||
|
|
||||||
make clean; make -j 8 test;
|
make -j 8 test;
|
||||||
RESULT=$?
|
RESULT=$?
|
||||||
[ $RESULT -ne 0 ] && echo -e "\n\nFull config make test failed" && exit 1
|
[ $RESULT -ne 0 ] && echo -e "\n\nFull config make test failed" && exit 1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user