mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-07 04:36:41 +00:00
Simplify some scripts
ssl-opt.sh and compat.sh can now be run from root too
This commit is contained in:
@@ -65,7 +65,7 @@ while( my ($conf, $args) = each %configs ) {
|
||||
if( $args )
|
||||
{
|
||||
print "\nrunning compat.sh $args\n";
|
||||
system( "cd tests && ./compat.sh $args" )
|
||||
system( "tests/compat.sh $args" )
|
||||
and abort "Failed compat.sh: $conf\n";
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user