search for: testcmd

Displaying 8 results from an estimated 8 matches for "testcmd".

Did you mean: testcd
2019 Jan 25
0
[klibc:update-dash] builtin: Reset t_wp_op in testcmd
...c.git;a=commit;h=fc07f81df67f5071bbefdcdab490c615cd3d6c6d Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Mon, 13 Jul 2015 14:06:35 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] builtin: Reset t_wp_op in testcmd The global variable t_wp_op needs to be reset every time testcmd is called or it may cause incorrect parsing of the arguments. Reported-by: Martijn Dekker <martijn at inlv.org> Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au> Signed-off-by: Ben Hutchings <ben at decadent....
2020 Mar 28
0
[klibc:update-dash] dash: builtin: Reset t_wp_op in testcmd
...a=commit;h=e909caa28f9822a4d8610bbf0f3344f613928b43 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Mon, 13 Jul 2015 14:06:35 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:54 +0000 [klibc] dash: builtin: Reset t_wp_op in testcmd [ dash commit 2e5842258bd5b252ffdaa630db09c9a19a9717ca ] The global variable t_wp_op needs to be reset every time testcmd is called or it may cause incorrect parsing of the arguments. Reported-by: Martijn Dekker <martijn at inlv.org> Signed-off-by: Herbert Xu <herbert at gondor.apana.or...
2019 Jan 25
0
[klibc:update-dash] [BUILTIN] Correctly handle test ! ! = !
...ee7f57cb Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Sun, 28 Sep 2014 18:40:18 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] [BUILTIN] Correctly handle test ! ! = ! This patch adds a special case in testcmd for the 4-argument expression beginning with a !. Without this ! ! = ! is deemed a syntax error, which breaks POSIX. Note that this special case does not extend down into subexpressions so if ! ! = ! is used inside parentheses then a syntax error will still occur as before. Signed-off-by: Herber...
2020 Mar 28
0
[klibc:update-dash] dash: [BUILTIN] Correctly handle test ! ! = !
...au> AuthorDate: Sun, 28 Sep 2014 18:40:18 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:54 +0000 [klibc] dash: [BUILTIN] Correctly handle test ! ! = ! [ dash commit 4f7e4c8201e580b9d31c09d8a484741072033c01 ] This patch adds a special case in testcmd for the 4-argument expression beginning with a !. Without this ! ! = ! is deemed a syntax error, which breaks POSIX. Note that this special case does not extend down into subexpressions so if ! ! = ! is used inside parentheses then a syntax error will still occur as before. Signed-off-by: Herber...
2009 Jun 23
1
[PATCH server] added ovirt-wait4service and invokation in installer to wait for psql/ldap
...rvice b/scripts/ovirt-wait4service new file mode 100755 index 0000000..65dbe2a --- /dev/null +++ b/scripts/ovirt-wait4service @@ -0,0 +1,34 @@ +#!/bin/sh +# ovirt-wait4service +# run a command a specified number times or until succesful, +# sleeping a specified number of seconds between tries + +testcmd=$1; shift +n_retries=$1; shift +sleep_seconds=$1; shift +total=$((n_retries*sleep_seconds)) + +print_usage(){ + echo "ovirt-wait4service test_command number_of_retries seconds_between_retries" +} + +if [ "$testcmd" == "" -o \ + "$sleep_seconds" == &quo...
2020 Mar 28
0
[klibc:update-dash] dash: builtin: Mark more regular built-ins
...returncmd -s return setcmd -s set shiftcmd -s shift trapcmd -s trap truecmd -s : -u true -typecmd type +typecmd -u type umaskcmd -u umask unaliascmd -u unalias unsetcmd -s unset waitcmd -u wait aliascmd -au alias #ifdef HAVE_GETRLIMIT -ulimitcmd ulimit +ulimitcmd -u ulimit #endif testcmd test [ killcmd -u kill
2008 May 20
13
puppet thinks yum fails when it doesn't
...has failed and hence doesn''t trigger the exec. Next cycle the package is already the correct version, so the update isn''t applied, so the exec is never called. manifest snippet: package { "test": ensure => "1.21", } exec { "testcmd": command => "/foo/bar", refreshonly => true, subscribe => package["test"] } Output from puppetd: debug: Puppet::Type::Package::ProviderYum: Executing ''/usr/bin/yum -d 0 -e 0 -y install test-1.21'' /usr/lib/site_...
2009 Sep 09
1
oVirt Appliance / Single Machine Install
The following two patches fixes / reimplements the oVirt appliance project, installing the entire oVirt stack including all server and node components on one machine. These patches are intended to be checked out and used to build the appliance rpm, after which it is installed provides the /usr/sbin/ovirt-appliance-ctrl script to install/uninstall the appliance. The first patch merely removes