#16 test: Run tests less verbosely
Merged 3 years ago by mmarusak. Opened 3 years ago by mmarusak.
rpms/ mmarusak/cockpit-podman less_verbose  into  master

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

  EXCLUDES="--exclude TestApplication.testRunImageUser"

  

  RC=0

- test/common/run-tests --trace --verbose --nondestructive --machine 127.0.0.1:22 --browser 127.0.0.1:9090 $EXCLUDES || RC=$?

+ test/common/run-tests --nondestructive --machine 127.0.0.1:22 --browser 127.0.0.1:9090 $EXCLUDES || RC=$?

  

  echo $RC > "$LOGS/exitcode"

  cp --verbose Test* "$LOGS" || true

no initial comment

Green gating!!
@martinpitt I retried gating on 27.1 and it did not work out, it was using still the old commit. So here I tried it and all seems to finally work \o/

@marusak: Great to hear! But do you actually want to land this? IMHO the --trace is really important to figure out what's going wrong.

I think we can land this. We don't use this nowhere in CI or gating and trace is just too verbose.

Pull-Request has been merged by mmarusak

3 years ago