Index: openacs-4/packages/acs-automated-testing/tcl/test/acs-automated-testing-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/test/acs-automated-testing-procs.tcl,v diff -u -r1.10.2.11 -r1.10.2.12 --- openacs-4/packages/acs-automated-testing/tcl/test/acs-automated-testing-procs.tcl 9 Sep 2022 13:10:49 -0000 1.10.2.11 +++ openacs-4/packages/acs-automated-testing/tcl/test/acs-automated-testing-procs.tcl 20 Apr 2023 13:24:59 -0000 1.10.2.12 @@ -5,6 +5,21 @@ @creation-date 26 July 2018 } +aa_register_case -error_level warning -cats { + smoke production_safe +} -procs { + util::which +} acs_automated_testing_exec_dependencies_optional { + Test optional external command dependencies for this package. +} { + foreach cmd [list \ + [::util::which sudo] \ + /usr/local/bin/rebuild-server.sh \ + ] { + aa_true "'$cmd' is executable" [file executable $cmd] + } +} + aa_register_case \ -cats {api web} \ -procs {