bastif pushed to branch master at Debian Java Maintainers / css-validator


Commits:
e1c80e7c by Fab Stz at 2026-03-06T08:30:18+01:00
d/t/webapp_validate_common.sh: redirect stderr to stdout on systemctl call

- - - - -


1 changed file:

- debian/tests/webapp_validate_common.sh


Changes:

=====================================
debian/tests/webapp_validate_common.sh
=====================================
@@ -89,7 +89,9 @@ start_server()
       ;;
     esac
 
-    sudo systemctl stop --job-mode=triggering "$server"
+    # Need to use 2>&1 because, every now and then, with jetty, systemctl 
outputs
+    # "Stopping 'jetty9.service', but its triggering units are still active"
+    sudo systemctl stop --job-mode=triggering "$server" 2>&1
     wait_until_not_state "$server" "active"
     sudo systemctl start "$server"
     wait_until_ready "$server" "$port" "$path"



View it on GitLab: 
https://salsa.debian.org/java-team/css-validator/-/commit/e1c80e7c345eb1f633d760dc580cb39b32a5e02a

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/css-validator/-/commit/e1c80e7c345eb1f633d760dc580cb39b32a5e02a
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to