Home
last modified time | relevance | path

Searched refs:run_script (Results 1 – 25 of 783) sorted by relevance

12345678910>>...32

/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_script.py191 self.run_script(
198 self.run_script("""
204 self.run_script("""
273 self.run_script("""
282 self.run_script("""
289 self.run_script("""
298 self.run_script("""
348 self.run_script("""
354 self.run_script("""
362 self.run_script("""
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/tests/blackbox/
H A Dtest_config.py77 script.run_script(self, '''\
89 script.run_script(self, '''\
100 script.run_script(self, '''\
111 script.run_script(self, '''\
119 script.run_script(self, '''\
129 script.run_script(self, '''\
136 script.run_script(self, '''\
146 script.run_script(self, '''\
158 script.run_script(self, '''\
167 script.run_script(self, '''\
[all …]
H A Dtest_filesystem_cicp.py28 from ..script import run_script
59 run_script(self, """
69 run_script(self, """
80 run_script(self, """
92 run_script(self, """
98 run_script(self, """
109 run_script(self, """
116 run_script(self, """
126 run_script(self, """
136 run_script(self, """
[all …]
H A Dtest_resolve.py36 self.run_script("""\
51 self.run_script("""\
59 self.run_script("""\
67 self.run_script("""\
73 self.run_script("""\
80 self.run_script("""\
99 self.run_script("""\
106 self.run_script("""\
138 self.run_script('''\
155 self.run_script('''\
[all …]
/dports/security/pam_krb5/pam-krb5-4.9/tests/module/
H A Dalt-auth-t.c56 run_script("data/scripts/alt-auth/basic", &config); in main()
57 run_script("data/scripts/alt-auth/basic-debug", &config); in main()
58 run_script("data/scripts/alt-auth/fail", &config); in main()
59 run_script("data/scripts/alt-auth/fail-debug", &config); in main()
60 run_script("data/scripts/alt-auth/force", &config); in main()
61 run_script("data/scripts/alt-auth/only", &config); in main()
78 run_script("data/scripts/alt-auth/username-map", &config); in main()
99 run_script("data/scripts/alt-auth/username-map", &config); in main()
110 run_script("data/scripts/alt-auth/fallback", &config); in main()
111 run_script("data/scripts/alt-auth/fallback-debug", &config); in main()
[all …]
H A Dpassword-t.c74 run_script("data/scripts/password/too-long", &config);
75 run_script("data/scripts/password/too-long-debug", &config);
92 run_script("data/scripts/password/basic", &config);
95 run_script("data/scripts/password/basic-debug", &config);
105 run_script("data/scripts/password/expose", &config);
113 run_script("data/scripts/password/banner", &config);
116 run_script("data/scripts/password/no-banner", &config);
121 run_script("data/scripts/password/banner-expose", &config);
130 run_script("data/scripts/password/authtok", &config);
136 run_script("data/scripts/password/authtok-force", &config);
[all …]
H A Dexpired-t.c87 run_script("data/scripts/expired/basic-heimdal", &config); in main()
91 run_script("data/scripts/expired/basic-heimdal-debug", &config); in main()
93 run_script("data/scripts/expired/basic-heimdal-old", &config); in main()
100 run_script("data/scripts/expired/basic-mit", &config); in main()
104 run_script("data/scripts/expired/basic-mit-debug", &config); in main()
112 run_script("data/scripts/expired/basic-heimdal-silent", &config); in main()
121 run_script("data/scripts/expired/basic-mit-silent", &config); in main()
136 run_script("data/scripts/expired/fail", &config); in main()
137 run_script("data/scripts/expired/fail-debug", &config); in main()
153 run_script("data/scripts/expired/defer-mit", &config); in main()
[all …]
H A Dpkinit-t.c49 run_script("data/scripts/pkinit/basic", &config);
50 run_script("data/scripts/pkinit/basic-debug", &config);
51 run_script("data/scripts/pkinit/prompt-use", &config);
52 run_script("data/scripts/pkinit/prompt-try", &config);
53 run_script("data/scripts/pkinit/try-pkinit", &config);
57 run_script("data/scripts/pkinit/try-pkinit-debug", &config);
59 run_script("data/scripts/pkinit/try-pkinit-debug-mit", &config);
64 run_script("data/scripts/pkinit/preauth-opt-mit", &config);
91 run_script("data/scripts/pkinit/pin-mit", &config);
H A Drealm-t.c50 run_script("data/scripts/realm/fail-no-realm", &config);
51 run_script("data/scripts/realm/fail-no-realm-debug", &config);
55 run_script("data/scripts/realm/pass-realm", &config);
58 run_script("data/scripts/realm/fail-user-realm", &config);
74 run_script("data/scripts/realm/pass-user-realm", &config);
83 run_script("data/scripts/realm/fail-realm", &config);
84 run_script("data/scripts/realm/fail-bad-user-realm", &config);
/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A D@afni.run.me28 set run_script = afni_runme
29 set run_log = log.$run_script.txt
141 if ( -f $run_script ) then
142 echo "** removing old $run_script..."
143 \rm -f $run_script
147 set get_file = $bin_root/$run_script
153 grep AFNI_RUNME_COOKIE $run_script > /dev/null
163 chmod 755 $run_script
164 echo executing: $run_script $run_opts
165 ./$run_script $run_opts |& tee $run_log
[all …]
/dports/devel/p5-App-SD/App-SD-0.75/t/sd-rt/
H A Dbasic.t55 = run_script( 'sd',
70 ( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from', $sd_rt_url ] );
93 ( $ret, $out, $err ) = run_script( 'sd', [ 'push', '--to', $sd_rt_url ] );
103 ( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from', $sd_rt_url ] );
117 ( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from', $sd_rt_url ] );
180 = run_script( 'sd', [ qw/attachment content --id/, $rt_attach_id ] );
200 = run_script( 'sd',
206 ( $ret, $out, $err ) = run_script( 'sd', [ 'push', '--to', $sd_rt_url ] );
269 = run_script( 'sd',
277 = run_script( 'sd', [ 'ticket', 'resolve', $helium_id ] );
[all …]
H A Dpull-watchers.t55 my ( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from', $sd_rt_url ] );
79 my ( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from', $sd_rt_url ] );
137 my ($ret, $out, $err) = run_script( 'sd', [ 'pull', '--from', $sd_rt_url ] );
165 my ($ret, $out, $err) = run_script( 'sd', [ 'pull', '--from', $sd_rt_url ] );
181 ($ret, $out, $err) = run_script( 'sd', [ 'pull', '--from', $sd_rt_url ] );
216 ($ret, $out, $err) = run_script( 'sd', [ 'pull', '--from', $sd_rt_url ] );
283 ($ret, $out, $err) = run_script( 'sd', [ 'pull', '--from', $sd_rt_url ] );
407 ($ret, $out, $err) = run_script( 'sd', [ 'pull', '--from', $sd_rt_url ] );
442 ($ret, $out, $err) = run_script( 'sd', [ 'pull', '--from', $sd_rt_url ] );
509 ($ret, $out, $err) = run_script( 'sd', [ 'pull', '--from', $sd_rt_url ] );
[all …]
H A Dsd-rt-hm.t81 ( $ret, $out, $err ) = run_script('sd',['init', '--non-interactive']);
87 ( $ret, $out, $err ) = run_script( 'sd',
95 ( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from', $sd_hm_url ] );
121 ( $ret, $out, $err ) = run_script( 'sd', [ 'push', '--to', $sd_rt_url ] );
144 ( $ret, $out, $err ) = run_script( 'sd', [ 'push', '--to', $sd_rt_url ] );
177 ($ret, $out, $err) = run_script('sd', ['pull', '--from', $sd_rt_url]);
189 ($ret, $out, $err) = run_script('sd', ['pull', '--from', $sd_rt_url]);
205 ($ret, $out, $err) = run_script('sd', ['push', '--to', $sd_rt_url]);
214 ($ret, $out, $err) = run_script('sd', ['pull', '--from', $sd_rt_url]);
228 ($ret, $out, $err) = run_script('sd', ['pull', '--from', $sd_rt_url]);
[all …]
H A Dsd-rt-n-foreign-sync.t101 run_script( 'sd', [ 'init', '--non-interactive' ]);
107 ( $ret, $out, $err ) = run_script( 'sd',
115 ( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from', $sd_hm_url ] );
127 ( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from', $sd_rt_url ] );
131 … ( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from', repo_uri_for('alice'), '--force' ] );
144 ( $ret, $out, $err ) = run_script( 'sd', [ 'push', '--to', $sd_rt_url ] );
150 ( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from', repo_uri_for('bob'), '--force' ] );
167 ( $ret, $out, $err ) = run_script( 'sd', [ 'push', '--to', $sd_hm_url ] );
175 ( $ret, $out, $err ) = run_script( 'sd', [ 'push', '--to', $sd_hm_url ] );
189 ( $ret, $out, $err ) = run_script( 'sd', [ 'push', '--to', $sd_rt_url ] );
[all …]
H A Dsd-rt-permission.t67 run_script( 'sd', [ 'init', '--non-interactive' ]);
68 ($ret, $out, $err) = run_script('sd', ['pull', '--from', $alice_rt_url, '--force']);
83 ($ret, $out, $err) = run_script('sd', ['pull', '--from', $alice_rt_url]);
97 ($ret, $out, $err) = run_script('sd', ['push', '--to', $alice_rt_url]);
110 ($ret, $out, $err) = run_script('sd', ['push', '--to', $alice_rt_url]);
129 ($ret, $out, $err) = run_script('sd', ['push', '--to', $alice_rt_url]);
155 ($ret, $out, $err) = run_script('sd', ['pull', '--from', $alice_rt_url]);
172 ($ret, $out, $err) = run_script('sd', ['push', '--to', $alice_rt_url]);
/dports/devel/py-setproctitle/setproctitle-1.2.2/tests/
H A Dsetproctitle_test.py30 rv = run_script(
42 rv = run_script(
64 rv = run_script(
76 rv = run_script(
113 rv = run_script(
126 rv = run_script(
138 rv = run_script(
150 rv = run_script(
246 rv = run_script(
322 rv = run_script(
[all …]
/dports/devel/p5-App-SD/App-SD-0.75/t/sd-lighthouse/
H A Dreal-push.t53 run_script( 'sd', [ 'clone', '--from', $sd_lighthouseg_url, '--non-interactive' ] );
64 run_script( 'sd', [ 'ticket', 'comments', $first_id ] );
68 run_script( 'sd', [ 'pull', '--from', $sd_lighthouseg_url, '--dry-run' ] );
74 run_script( 'sd', [ 'ticket', 'comment', $first_id, '-m', 'comment from sd' ] );
76 run_script( 'sd', [ 'push', '--to', $sd_lighthouseg_url, '--dry-run' ] );
81 run_script( 'sd', [ 'push', '--to', $sd_lighthouseg_url ] );
109 run_script( 'sd', [ 'push', '--to', $sd_lighthouseg_url, '--dry-run' ] );
126 run_script( 'sd', [ 'push', '--to', $sd_lighthouseg_url ] );
132 run_script( 'sd', [ 'pull', '--from', $sd_lighthouseg_url, '--dry-run' ] );
H A Dbasic.t27 run_script( 'sd', [ 'clone', '--from', $sd_lighthouseg_url, '--non-interactive' ] );
38 run_script( 'sd', [ 'ticket', 'comments', $first_id ] );
41 ( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from', $sd_lighthouseg_url ] );
44 run_script( 'sd', [ 'ticket', 'comment', $first_id, '-m', 'comment from sd' ] );
60 run_script( 'sd', [ 'push', '--to', $sd_lighthouseg_url, '--dry-run' ] );
/dports/science/conduit/conduit-0.8.0/src/examples/cpp_fort_and_py/
H A Dconduit_cpp_and_py_ex.cpp42 if(!interp->run_script("import conduit")) in init_python_interpreter()
93 pyintp->run_script("print(my_node)"); in main()
94 pyintp->run_script("import numpy"); in main()
95 pyintp->run_script("vals_view = my_node['values'].reshape(my_node['shape'])"); in main()
96 pyintp->run_script("print('Hello from Python, here is the vals_view')"); in main()
97 pyintp->run_script("print(vals_view)"); in main()
110 pyintp->run_script(oss.str()); in main()
H A Dconduit_fort_and_py_mod.cpp48 if(!interp->run_script("import conduit")) in init_python_interpreter()
93 pyintp->run_script("print('Hello from Python, here is what you passed:')"); in conduit_fort_to_py()
94 pyintp->run_script("print(my_node)"); in conduit_fort_to_py()
95 pyintp->run_script("vals_view = my_node['values'].reshape(my_node['shape'])"); in conduit_fort_to_py()
96 pyintp->run_script("print(vals_view)"); in conduit_fort_to_py()
118 pyintp->run_script(oss.str()); in conduit_fort_from_py()
/dports/devel/p5-App-SD/App-SD-0.75/t/sd-gcode/
H A Dbasic.t26 run_script( 'sd', [ 'clone', '--from', $sd_gcode_url, '--non-interactive' ] );
37 run_script( 'sd', [ 'ticket', 'comments', $for_sd_id ] );
42 ( $ret, $out, $err ) = run_script( 'sd', [ 'attachment', 'list' ] );
46 ( $ret, $out, $err ) = run_script( 'sd', [ 'attachment', 'content', $att_id ] );
50 ( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from', $sd_gcode_url ] );
53 run_script( 'sd', [ 'ticket', 'comment', $for_sd_id, '-m', 'comment from sd' ] );
69 run_script( 'sd', [ 'push', '--to', $sd_gcode_url, '--dry-run' ] );
/dports/devel/p5-App-SD/App-SD-0.75/t/sd-hm/
H A Dgroup.t71 = run_script( 'sd',
80 … ( $ret, $out, $err ) = run_script( 'sd', [ 'ticket', 'show', '--batch', '--id', $flyman_uuid ] );
86 ( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from', $sd_hm_url ] );
99 my ( $ret, $out, $err ) = run_script( 'sd', [ 'push','--to', $sd_hm_url ] );
105 my ( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from', $sd_hm_url ] );
114 my ($ret, $out, $err) = run_script( 'sd', [ 'pull', '--from', $sd_hm_url ] );
127 eval { ( $ret, $out, $err ) = run_script( 'sd',
136 ( $ret, $out, $err ) = run_script( 'sd', [ 'push','--to', $sd_hm_url ] );
H A Dbasics.t50 = run_script( 'sd',
58 ( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from', $sd_hm_url ] );
63 ( $ret, $out, $err ) = run_script( 'sd', [ 'ticket', 'show', '--batch', '--id', $flyman_uuid ] );
80 ( $ret, $out, $err ) = run_script( 'sd', [ 'push','--to', $sd_hm_url ] );
84 ( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from',$sd_hm_url ] );
95 ( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from', $sd_hm_url ] );
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/tests/flow/
H A Dt_flow_python_interpreter.cpp35 EXPECT_TRUE(py_interp.run_script("print(sys.path)")); in TEST()
38 EXPECT_TRUE(py_interp.run_script("a = 42")); in TEST()
53 EXPECT_TRUE(py_interp.run_script("b = a * mlt")); in TEST()
63 EXPECT_FALSE(py_interp.run_script("badbadbad")); in TEST()
69 py_interp.run_script("print('ok')"); in TEST()
95 EXPECT_TRUE(py_interp.run_script("print(sys.path)")); in TEST()
/dports/devel/p5-App-SD/App-SD-0.75/t/sd-github/
H A Dbasic.t27 run_script( 'sd', [ 'clone', '--from', $sd_github_url, '--non-interactive' ] );
38 run_script( 'sd', [ 'ticket', 'comments', $first_id ] );
41 ( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from', $sd_github_url ] );
44 run_script( 'sd', [ 'ticket', 'comment', $first_id, '-m', 'comment from sd' ] );
60 run_script( 'sd', [ 'push', '--to', $sd_github_url, '--dry-run' ] );

12345678910>>...32