Taddeus Kroes 12 tahun lalu
induk
melakukan
7de2d1eb90
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      test/run.bash

+ 4 - 4
test/run.bash

@@ -29,10 +29,10 @@ function check_output {
     printf "%-${ALIGN}s " $file:
 
     if $CIVCC $CGLAGS -o tmp.s $file > tmp.out 2>&1 &&
-    $CIVAS tmp.s -o tmp.o > tmp.out 2>&1 &&
-    $CIVVM tmp.o > tmp.out 2>&1 &&
-    mv tmp.out tmp.res &&
-    diff tmp.res $expect_file --side-by-side --ignore-space-change > tmp.out 2>&1
+       $CIVAS tmp.s -o tmp.o > tmp.out 2>&1 &&
+       $CIVVM tmp.o > tmp.out 2>&1 &&
+       mv tmp.out tmp.res &&
+       diff tmp.res $expect_file --side-by-side --ignore-space-change > tmp.out 2>&1
     then
         echo_success
     else