Simplify some scripts

ssl-opt.sh and compat.sh can now be run from root too
This commit is contained in:
Manuel Pégourié-Gonnard
2015-07-08 21:59:16 +01:00
parent 89eb1970e9
commit 3d404b4763
5 changed files with 15 additions and 31 deletions

View File

@@ -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