#340 [frontend] fix #320 copr frontend check: remove arch specific condition
Merged 5 years ago by clime. Opened 5 years ago by clime.

file modified
+1 -1
@@ -260,7 +260,7 @@ 

  EOF

  

  %check

- %if %{with check} && "%{_arch}" == "x86_64"

+ %if %{with check}

      pushd coprs_frontend

      REDIS_PORT=7777

      redis-server --port $REDIS_PORT & #&> _redis.log &

Running frontend tests on ppc64le is no longer a problem as this build shows: https://copr.fedorainfracloud.org/coprs/g/copr/copr-dev/build/776827/

Pull-Request has been merged by clime

5 years ago
Metadata