mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Merge pull request #9427 from valeriosetti/psasim-small-fixes
psasim: small fixes to all.sh and test bash scripts
This commit is contained in:
@@ -387,8 +387,7 @@ cleanup()
|
||||
helper_psasim_cleanup_before_client() {
|
||||
# Clean up library files
|
||||
make -C library clean
|
||||
# Clean up intermediate files that were used to build the server
|
||||
make -C $PSASIM_PATH clean_server_intermediate_files
|
||||
|
||||
# Restore files that were backup before building library files. This
|
||||
# includes $CONFIG_H and $CRYPTO_CONFIG_H.
|
||||
for x in $files_to_back_up; do
|
||||
|
Reference in New Issue
Block a user