Home
last modified time | relevance | path

Searched +refs:run +refs:commands (Results 1 – 25 of 97594) sorted by relevance

12345678910>>...3904

/dports/shells/zsh/zsh-5.8.1/Completion/Debian/Command/
H A D_sbuild110 '--pre-build-commands=[run commands before starting anything]:commands' \
111 '--chroot-setup-commands=[run commands after chroot initialization]:commands' \
112 '--chroot-update-failed-commands=[run commands after chroot update fails]:commands' \
113 '--build-deps-failed-commands=[run commands after installing build deps fails]:commands' \
114 '--starting-build-commands=[run commands after dependencies are installed]:commands' \
115 '--finished-build-commands=[run commands after package is built]:commands' \
116 '--build-failed-commands=[run commands after dpkg-buildpackage fails]:commands' \
117 '--chroot-cleanup-commands=[run commands after chroot cleanup]:commands' \
118 '--post-build-commands=[run commands after package is built successfully]:commands' \
119 '--post-build-failed-commands[run commands after package failed to build]:commands' \
[all …]
/dports/irc/epic5/epic5-2.1.6/doc/
H A Dexpansions171 * To run a command alias's block of commands.
176 * To run commands that were /DEFERed previously
224 * To run commands passed to /INPUT "prompt" <commands>
240 * To run the commands of /wait %proc -cmd {...}
255 * To run commands in an /IF decision block
260 * To run commands in a /DO {...} (...) loop block
265 * To run commands in a /DO .... command block
270 * To run commands in a /WHILE (...) loop block
280 * To run commands in a /FE loop block
301 * To run commands in a /SWITCH body
[all …]
/dports/irc/epic4/epic4-2.10.9/doc/
H A Dexpansions171 * To run a command alias's block of commands.
176 * To run commands that were /DEFERed previously
224 * To run commands passed to /INPUT "prompt" <commands>
240 * To run the commands of /wait %proc -cmd {...}
255 * To run commands in an /IF decision block
260 * To run commands in a /DO {...} (...) loop block
265 * To run commands in a /DO .... command block
270 * To run commands in a /WHILE (...) loop block
280 * To run commands in a /FE loop block
301 * To run commands in a /SWITCH body
[all …]
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/.evergreen/
H A Dconfig.yml285 "run tests":
294 "run auth tests":
378 commands:
408 commands:
442 commands:
459 commands:
477 commands:
490 commands:
503 commands:
518 commands:
[all …]
/dports/devel/py-oslo.messaging/oslo.messaging-12.11.0/
H A Dtox.ini18 commands = stestr run --slowest {posargs} key
21 commands = key
22 pre-commit run -a
23 # run security linter
29 commands = key
30 stestr run --slowest {posargs}
41 commands = key
61 commands = {toxinidir}/tools/setup-scenario-env.sh stestr run --slowest {posargs:oslo_messaging.tes… key
67 commands = {toxinidir}/tools/setup-scenario-env.sh stestr run --slowest {posargs:oslo_messaging.tes… key
75 commands = {toxinidir}/tools/setup-scenario-env.sh stestr run --slowest {posargs:oslo_messaging.tes… key
[all …]
/dports/devel/py-jenkins-job-builder/jenkins-job-builder-3.11.0/
H A Dtox.ini18 # No git commands here because test should run even from a source archive.
19 commands = key
25 stestr run --slowest {posargs}
33 commands = key
37 stestr run --slowest {posargs}
42 PYTHON=coverage run --source jenkins_jobs --parallel-mode
43 commands = key
45 stestr run {posargs}
55 python -m pre_commit run --all
61 commands = {[testenv:linters]commands} key
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_commands.py23 commands,
30 from ..commands import display_command
80 class cmd_foo(commands.Command):
99 def run(cmd): function
105 self.overrideAttr(builtins.cmd_rocks, 'run', run)
420 def run(cmd): function
424 self.overrideAttr(builtins.cmd_rocks, 'run', run)
441 def run(cmd): function
445 self.overrideAttr(builtins.cmd_rocks, 'run', run)
467 def run(cmd): function
[all …]
/dports/devel/py-pex/pex-1.2.7/
H A Dtox.ini10 # Ensure pex's main entrypoint can be run externally.
23 run: requests
37 commands = {[integration]commands} key
40 commands = {[integration]commands} key
43 commands = {[integration]commands} key
46 commands = {[integration]commands} key
49 commands = {[integration]commands} key
67 coverage run -p -m py.test {posargs:}
97 [testenv:isort-run]
125 [testenv:py27-run]
[all …]
/dports/net/axa/axa-2.2.0/tests/
H A Dtest-tools-without-server.sh.in46 echo 002000 test -c to read multiple commands from a single file
55 echo 002200 test -c to read unrecognized command after good commands should run the commands until …
58 echo 002210 test -c to read unrecognized command after good commands should run commands before, bu…
71 …3100 using source command without argument should fail and next command on same line should not run
75 … using source command to read unrecognized command after good commands should run commands before,…
78 …nized command after good commands should run commands before, but none after the failure in the so…
100 echo 008000 pipe in multiple commands on separate lines
106 echo 009000 pipe in multiple commands on separate lines, including multiple commands on single lines
110 echo 009100 pipe in multiple commands on separate lines, with an unrecognized command should run co…
176 echo 060030 partial command that matches single command should run \
[all …]
/dports/net-im/psi/psi-1.5/qa/oldtest/
H A Dunittest-main.pri4 # run target
5 QMAKE_EXTRA_TARGETS += run
6 run.depends = $$DEPENDS
7 run.commands = $$COMMAND run
12 run_qa.commands = $$COMMAND run_qa
18 gdb.commands = $$COMMAND gdb
23 gdb_qa.commands = $$COMMAND gdb_qa
30 xcode.commands = $$COMMAND xcode
H A Dunittest.pri31 # run target (TODO: Make it work on Windows too)
32 QMAKE_EXTRA_TARGETS += run
33 run.depends = $$EXEC_TARGET
34 run.commands = PSIDATADIR=~/.psi-test ./$$EXEC_TARGET
40 run_qa.commands = PSIDATADIR=$$QA_DIR ./$$EXEC_TARGET
47 gdb.commands += $$PWD/mac_qt_debug.rb true $$EXEC_TARGET;
49 gdb.commands += PSIDATADIR=~/.psi-test gdb ./$$EXEC_TARGET;
51 gdb.commands += $$PWD/mac_qt_debug.rb false $$EXEC_TARGET;
58 gdb_qa.commands += $$PWD/mac_qt_debug.rb true $$EXEC_TARGET;
60 gdb_qa.commands += PSIDATADIR=$$QA_DIR gdb ./$$EXEC_TARGET;
[all …]
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/docs/content/cli-commands/
H A Dnpm-start.md2 section: cli-commands
21 `"scripts"` object, it will run `node server.js`.
24 use custom arguments when executing scripts. Refer to [`npm run-script`](/cli-commands/npm-run-scri…
28 * [npm run-script](/cli-commands/npm-run-script)
30 * [npm test](/cli-commands/npm-test)
31 * [npm restart](/cli-commands/npm-restart)
32 * [npm stop](/cli-commands/npm-stop)
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/docs/content/cli-commands/
H A Dnpm-start.md2 section: cli-commands
21 `"scripts"` object, it will run `node server.js`.
24 use custom arguments when executing scripts. Refer to [`npm run-script`](/cli-commands/npm-run-scri…
28 * [npm run-script](/cli-commands/npm-run-script)
30 * [npm test](/cli-commands/npm-test)
31 * [npm restart](/cli-commands/npm-restart)
32 * [npm stop](/cli-commands/npm-stop)
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/docs/content/cli-commands/
H A Dnpm-start.md2 section: cli-commands
21 `"scripts"` object, it will run `node server.js`.
24 use custom arguments when executing scripts. Refer to [`npm run-script`](/cli-commands/npm-run-scri…
28 * [npm run-script](/cli-commands/npm-run-script)
30 * [npm test](/cli-commands/npm-test)
31 * [npm restart](/cli-commands/npm-restart)
32 * [npm stop](/cli-commands/npm-stop)
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/docs/content/cli-commands/
H A Dnpm-start.md2 section: cli-commands
21 `"scripts"` object, it will run `node server.js`.
24 use custom arguments when executing scripts. Refer to [`npm run-script`](/cli-commands/npm-run-scri…
28 * [npm run-script](/cli-commands/npm-run-script)
30 * [npm test](/cli-commands/npm-test)
31 * [npm restart](/cli-commands/npm-restart)
32 * [npm stop](/cli-commands/npm-stop)
/dports/www/node10/node-v10.24.1/deps/npm/docs/content/cli-commands/
H A Dnpm-start.md2 section: cli-commands
21 `"scripts"` object, it will run `node server.js`.
24 use custom arguments when executing scripts. Refer to [`npm run-script`](/cli-commands/npm-run-scri…
28 * [npm run-script](/cli-commands/npm-run-script)
30 * [npm test](/cli-commands/npm-test)
31 * [npm restart](/cli-commands/npm-restart)
32 * [npm stop](/cli-commands/npm-stop)
/dports/sysutils/cfengine-masterfiles/cfengine-masterfiles-3.19.0/lib/
H A Dcommands.cf16 commands:
36 # commands:
64 # commands:
81 # commands:
115 # commands:
142 # commands:
161 # commands:
182 # commands:
201 # commands:
272 # commands:
[all …]
/dports/sysutils/cfengine-masterfiles-devel/masterfiles-f98dca2d/lib/
H A Dcommands.cf16 commands:
36 # commands:
64 # commands:
81 # commands:
115 # commands:
142 # commands:
161 # commands:
182 # commands:
201 # commands:
272 # commands:
[all …]
/dports/sysutils/cfengine-masterfiles319/cfengine-masterfiles-3.19.0/lib/
H A Dcommands.cf16 commands:
36 # commands:
64 # commands:
81 # commands:
115 # commands:
142 # commands:
161 # commands:
182 # commands:
201 # commands:
272 # commands:
[all …]
/dports/sysutils/cfengine-masterfiles318/cfengine-masterfiles-3.18.1/lib/
H A Dcommands.cf16 commands:
36 # commands:
64 # commands:
81 # commands:
115 # commands:
142 # commands:
161 # commands:
182 # commands:
201 # commands:
272 # commands:
[all …]
/dports/sysutils/cfengine-masterfiles317/cfengine-masterfiles-3.17.0/lib/
H A Dcommands.cf16 commands:
36 # commands:
64 # commands:
81 # commands:
115 # commands:
142 # commands:
161 # commands:
182 # commands:
201 # commands:
272 # commands:
[all …]
/dports/textproc/py-xmlschema/xmlschema-1.8.2/
H A Dtox.ini4 # and then run "tox" from this directory.
22 commands = key
30 commands = key
45 commands = key
54 commands = key
63 commands = key
72 commands = key
77 commands = key
82 coverage run -a -m unittest
94 commands = key
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/.evergreen/
H A Dconfig.yml825 commands:
832 commands:
839 commands:
846 commands:
854 commands:
867 commands:
874 commands:
888 commands:
903 commands:
918 commands:
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/.evergreen/
H A Dconfig.yml780 commands:
787 commands:
794 commands:
801 commands:
809 commands:
822 commands:
829 commands:
843 commands:
858 commands:
873 commands:
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/tests/ciconfig/
H A Devergreen.yml17 "run a task that fails" :
23 ./run.py results fail
25 "run a task that passes" :
30 ./run.py results pass
63 commands:
76 commands:
83 commands:
90 commands:
103 commands:
109 commands:
[all …]

12345678910>>...3904