Commit 9e2c0f41 authored by Ulf Möller's avatar Ulf Möller
Browse files

fix problems in the selftest

parent 5ef67042
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -557,7 +557,7 @@ OUT="$PREFIX$OUT"

$PERL ./Configure LIST | grep "$OUT" > /dev/null
if [ $? = "0" ]; then
  #echo Configuring for $OUT
  echo Configuring for $OUT

  if [ "$TEST" = "true" ]; then
    echo $PERL ./Configure $OUT $options
+1 −0
Original line number Diff line number Diff line
@@ -131,6 +131,7 @@ if (system("make 2>&1 | tee make.log") > 255) {

$_=$options;
s/no-asm//;
s/no-shared//;
if (/no-/)
{
    print OUT "Test skipped.\n";