Home
last modified time | relevance | path

Searched refs:test_dir (Results 1 – 25 of 3252) sorted by relevance

12345678910>>...131

/dports/devel/bazel-buildtools/buildtools-3.2.1/buildifier/
H A Dintegration_test.sh37 rm -r test_dir || true
38 mkdir -p test_dir/subdir
57 "$buildifier" -r test_dir
60 "$buildifier2" test_dir/test.bzl > test_dir/test.bzl.out
143 fixed test_dir/to_fix_tmp.bzl
154 cp test_dir/to_fix.bzl test_dir/to_fix_tmp.bzl
172 $buildifier --lint=warn $2 test_dir/to_fix_tmp.bzl 2> test_dir/error || ret=$?
186 $buildifier --lint=fix $2 -v test_dir/to_fix_tmp.bzl 2> test_dir/fix_report || ret=$?
201 mkdir test_dir/json
202 cp test_dir/to_fix.bzl test_dir/json
[all …]
/dports/www/p5-Template-Alloy/Template-Alloy-1.022/t/
H A D02_cache.t39 my $test_dir = $0 .'.test_dir';
40 END { if($test_dir){ flush_dir($test_dir); rmdir($test_dir) || die "Couldn't rmdir $test_dir: $!"}…
41 mkdir $test_dir, 0755;
88 flush_dir($test_dir);
93 open($fh, ">$test_dir/$name") || die "Couldn't open $name in $test_dir: $!";
137 test_cache([$test_dir, $name, 1],
154 test_cache([$test_dir, $name, 1],
169 test_cache([$test_dir, $name, 1],
192 test_cache([$test_dir, $name, 1],
206 test_cache([$test_dir, $name, 1],
[all …]
/dports/devel/p5-File-ConfigDir/File-ConfigDir-0.021/t/
H A D02-plugg.t15 my $test_dir;
16 END { defined($test_dir) and rmtree $test_dir; }
18 sub test_dir
20 unless (defined($test_dir))
23 $test_dir = File::Spec->catdir($test_dir, "test_output_" . $$);
24 $^O eq 'VMS' and $test_dir = VMS::Filespec::unixify($test_dir);
25 rmtree $test_dir;
26 mkpath $test_dir;
32 return $test_dir;
35 test_dir();
[all …]
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/tests/
H A Dtest_contrib.py55 with chdir(test_dir):
66 shutil.rmtree(test_dir)
76 test_dir = os.path.abspath(test_dir)
104 with chdir(test_dir):
114 with chdir(test_dir):
132 with chdir(test_dir):
141 with chdir(test_dir):
151 with chdir(test_dir):
166 with chdir(test_dir):
176 with chdir(test_dir):
[all …]
/dports/devel/p5-Test-TrailingSpace/Test-TrailingSpace-0.0601/t/
H A Dobject-test.t15 my $test_dir = "t/sample-data/$test_id";
57 rmtree( $t->get_path("./$test_dir") )
62 my $test_dir = "t/sample-data/$test_id";
104 rmtree( $t->get_path("./$test_dir") )
109 my $test_dir = "t/sample-data/$test_id";
160 rmtree( $t->get_path("./$test_dir") )
215 rmtree( $t->get_path("./$test_dir") )
281 rmtree( $t->get_path("./$test_dir") )
351 rmtree( $t->get_path("./$test_dir") )
417 rmtree( $t->get_path("./$test_dir") )
[all …]
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/tests/
H A Dtest_molecule_matcher.py88 XYZ(mol).write_file(os.path.join(test_dir, "Si_cluster.xyz"))
110 XYZ(mol2).write_file(os.path.join(test_dir, "Si_cluster_2.xyz"))
131 XYZ(mol).write_file(os.path.join(test_dir, "Si2O_cluster.xyz"))
164 mol1 = Molecule.from_file(os.path.join(test_dir, "t3.xyz"))
165 mol2 = Molecule.from_file(os.path.join(test_dir, "t4.xyz"))
170 with open(os.path.join(test_dir, "mol_list.txt")) as f:
210 mol2 = Molecule.from_file(os.path.join(test_dir, "t2.xyz"))
213 mol1 = Molecule.from_file(os.path.join(test_dir, "c1.xyz"))
214 mol2 = Molecule.from_file(os.path.join(test_dir, "c2.xyz"))
217 mol1 = Molecule.from_file(os.path.join(test_dir, "t3.xyz"))
[all …]
/dports/databases/p5-DBI/DBI-1.643/t/
H A Dlib.pl13 my $test_dir;
14 END { defined( $test_dir ) and rmtree $test_dir }
16 sub test_dir subroutine
18 unless( defined( $test_dir ) )
20 $test_dir = File::Spec->rel2abs( File::Spec->curdir () );
21 $test_dir = File::Spec->catdir ( $test_dir, "test_output_" . $$ );
22 $test_dir = VMS::Filespec::unixify($test_dir) if $^O eq 'VMS';
23 rmtree $test_dir if -d $test_dir;
24 mkpath $test_dir;
27 mkpath ( File::Spec->catdir( $test_dir, '000_just_testing' ) );
[all …]
/dports/devel/p5-PAR-Packer/PAR-Packer-1.052/contrib/automated_pp_test/
H A Dautomated_pp_test.pl342 $test_dir,
423 $test_dir,
499 $test_dir,
621 $test_dir,
698 $test_dir,
798 $test_dir,
946 $test_dir,
1084 $test_dir,
1167 $test_dir,
1327 $test_dir,
[all …]
/dports/x11-wm/awesome/awesome-4.3/spec/awful/
H A Dcompletion_spec.lua49 local test_dir
66 test_dir = get_test_dir()
67 lfs.chdir(test_dir)
72 assert.True(os.remove(test_dir))
96 test_dir = get_test_dir()
97 gfs.make_directories(test_dir .. '/true')
102 gfs.make_directories(test_dir .. '/ambiguous_dir_a')
112 lfs.chdir(test_dir)
127 assert.True(os.remove(test_dir .. '/localcommand'))
129 assert.True(os.remove(test_dir .. '/true'))
[all …]
/dports/sysutils/tracker/tracker-2.3.4/tests/libtracker-miner/
H A Dtracker-indexing-tree-test.c56 GFile *test_dir[TEST_DIRECTORY_LAST]; member
110 if (fixture->test_dir[i]) in test_common_context_teardown()
111 g_object_unref (fixture->test_dir[i]); in test_common_context_teardown()
126 fixture->test_dir[TEST_DIRECTORY_A], in test_indexing_tree_001()
149 fixture->test_dir[TEST_DIRECTORY_A], in test_indexing_tree_002()
171 fixture->test_dir[TEST_DIRECTORY_A], in test_indexing_tree_003()
193 fixture->test_dir[TEST_DIRECTORY_A], in test_indexing_tree_004()
196 fixture->test_dir[TEST_DIRECTORY_AA], in test_indexing_tree_004()
219 fixture->test_dir[TEST_DIRECTORY_A], in test_indexing_tree_005()
245 fixture->test_dir[TEST_DIRECTORY_A], in test_indexing_tree_006()
[all …]
/dports/sysutils/lnav/lnav-0.10.1/test/
H A Dtest_cmds.sh8 ${test_dir}/logfile_access_log.0
16 "${test_dir}/logfile_access_log.*"
25 "${test_dir}/logfile_access_log.*"
34 "${test_dir}/logfile_access_log.*"
43 "${test_dir}/logfile_access_log.*"
52 "${test_dir}/logfile_access_log.*"
579 ${test_dir}/logfile_filter.0
600 ${test_dir}/logfile_plain.0
609 ${test_dir}/logfile_plain.0
621 ${test_dir}/logfile_filter.0
[all …]
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/tests/
H A Dtest_completion.py59 with chdir(test_dir):
70 shutil.rmtree(test_dir)
80 test_dir = os.path.abspath(test_dir)
108 with chdir(test_dir):
118 with chdir(test_dir):
136 with chdir(test_dir):
145 with chdir(test_dir):
155 with chdir(test_dir):
170 with chdir(test_dir):
180 with chdir(test_dir):
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
H A Dtest_setuptools_nspkg.py18 def install_testpkg(test_dir): argument
21 '--install-lib', test_dir,
35 if os.path.exists(test_dir):
36 shutil.rmtree(test_dir)
38 os.mkdir(test_dir)
44 if os.path.exists(test_dir):
45 shutil.rmtree(test_dir)
105 if os.path.exists(test_dir):
106 shutil.rmtree(test_dir)
108 os.mkdir(test_dir)
[all …]
/dports/devel/p5-File-Slurp/File-Slurp-9999.27/t/
H A Dread_dir.t15 my $test_dir = temp_file_path(); # a good temporary filename
17 mkdir( $test_dir, 0700) || die "mkdir $test_dir: $!";
18 my @dir_entries = read_dir($test_dir);
21 @dir_entries = read_dir($test_dir, keep_dot_dot => 1);
24 @dir_entries = read_dir($test_dir, {keep_dot_dot => 1});
27 write_file(File::Spec->catfile($test_dir, 'x'), "foo\n");
28 @dir_entries = read_dir($test_dir);
40 @dir_entries = read_dir($test_dir);
45 my $dir_entries_ref = read_dir($test_dir);
58 @prefixed_entries = read_dir( $test_dir, prefix => 1 ) ;
[all …]
/dports/devel/py-cmd2/cmd2-2.3.2/tests/
H A Dtest_run_pyscript.py34 test_dir = os.path.dirname(request.module.__file__)
35 python_script = os.path.join(test_dir, 'script.py')
44 test_dir = os.path.dirname(request.module.__file__)
64 test_dir = os.path.dirname(request.module.__file__)
88 test_dir = os.path.dirname(request.module.__file__)
103 test_dir = os.path.dirname(request.module.__file__)
111 test_dir = os.path.dirname(request.module.__file__)
120 test_dir = os.path.dirname(request.module.__file__)
130 test_dir = os.path.dirname(request.module.__file__)
144 test_dir = os.path.dirname(request.module.__file__)
[all …]
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/tests/
H A Dtest_completion.py58 with chdir(test_dir):
69 shutil.rmtree(test_dir)
79 test_dir = os.path.abspath(test_dir)
107 with chdir(test_dir):
117 with chdir(test_dir):
135 with chdir(test_dir):
144 with chdir(test_dir):
154 with chdir(test_dir):
169 with chdir(test_dir):
179 with chdir(test_dir):
[all …]
/dports/audio/ocp/ocp-0.2.90/filesel/
H A Dfilesystem-gzip-test.c120 test_dir = ocpdir_mem_getdir_t(ocpdir_mem_alloc (0, "test:")); in gzip_test1()
122 test_dir->unref (test_dir); test_dir = 0; in gzip_test1()
169 test_dir = ocpdir_mem_getdir_t(ocpdir_mem_alloc (0, "test:")); in gzip_test2()
170 osrc = mem_file_open (test_dir, 3, dsrc, sizeof (src)); in gzip_test2()
171 test_dir->unref (test_dir); test_dir = 0; in gzip_test2()
213 osrc = mem_file_open (test_dir, 5, dsrc, sizeof (src)); in gzip_test3()
214 test_dir->unref (test_dir); test_dir = 0; in gzip_test3()
321 test_dir->unref (test_dir); test_dir = 0; in gzip_test4()
401 struct ocpdir_t *test_dir; in gzip_test5() local
415 osrc = mem_file_open (test_dir, 9, dsrc, sizeof (src)); in gzip_test5()
[all …]
/dports/net/storj/storj-1.45.3/scripts/tests/rollingupgrade/
H A Dtest-sim-rolling-upgrade.sh126 local test_dir=$1
138 …PATH=$test_dir/bin:$PATH dest_sat_cfg_dir=$(storj-sim network env --config-dir=${test_dir}/local-n…
166 …PATH=$test_dir/bin:$PATH dest_sn_cfg_dir=$(storj-sim network env --config-dir=${test_dir}/local-ne…
263 test_dir=$(version_dir "test_dir")
264 cp -r $(version_dir ${stage1_sat_version}) ${test_dir}
265 echo -e "\nSetting up stage 1 in ${test_dir}"
273 ln -f ${src_ul_version_dir}/bin/uplink $test_dir/bin/uplink
275test_dir/bin:$PATH storj-sim -x --host "${STORJ_NETWORK_HOST4}" --config-dir "${test_dir}/local-ne…
277 echo -e "\nSetting up stage 2 in ${test_dir}"
310test_dir/bin:$PATH storj-sim -x --host "${STORJ_NETWORK_HOST4}" --config-dir "${test_dir}/local-ne…
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Test/Microsoft.VisualBasic/
H A DFileSystemTests.vb76 Dim test_dir As String = "chdir_test1"
86 Assert.AreEqual(cur_dir, test_dir)
98 FileSystem.ChDir(test_dir)
107 Dim cur_dir, test_dir As String
111 test_dir = FileSystem.CurDir()
112 Assert.AreEqual(cur_dir, test_dir)
115 test_dir = FileSystem.CurDir()
375 FileSystem.FileLen(test_dir)
428 FileSystem.GetAttr(test_dir)
484 FileSystem.Kill(test_dir)
[all …]
/dports/finance/prestashop/prestashop/classes/
H A DConfigurationTest.php290 return ConfigurationTest::test_dir($dir);
300 return ConfigurationTest::test_dir($dir);
305 return ConfigurationTest::test_dir($dir);
310 return ConfigurationTest::test_dir($dir);
315 return ConfigurationTest::test_dir($dir, true);
330 return ConfigurationTest::test_dir($dir);
335 return ConfigurationTest::test_dir($dir);
340 return ConfigurationTest::test_dir($dir);
390 return ConfigurationTest::test_dir($dir);
395 return ConfigurationTest::test_dir($dir);
[all …]
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Commands/
H A DSTAT.pm167 mkpath($test_dir);
170 unless (chmod(0755, $test_dir)) {
259 mkpath($test_dir);
378 mkpath($test_dir);
394 unless (chdir($test_dir)) {
503 mkpath($test_dir);
519 unless (chdir($test_dir)) {
632 mkpath($test_dir);
648 unless (chdir($test_dir)) {
758 mkpath($test_dir);
[all …]
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Commands/
H A DSTAT.pm167 mkpath($test_dir);
170 unless (chmod(0755, $test_dir)) {
259 mkpath($test_dir);
378 mkpath($test_dir);
394 unless (chdir($test_dir)) {
503 mkpath($test_dir);
519 unless (chdir($test_dir)) {
632 mkpath($test_dir);
648 unless (chdir($test_dir)) {
758 mkpath($test_dir);
[all …]
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Commands/
H A DSTAT.pm167 mkpath($test_dir);
170 unless (chmod(0755, $test_dir)) {
259 mkpath($test_dir);
378 mkpath($test_dir);
394 unless (chdir($test_dir)) {
503 mkpath($test_dir);
519 unless (chdir($test_dir)) {
632 mkpath($test_dir);
648 unless (chdir($test_dir)) {
758 mkpath($test_dir);
[all …]
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Commands/
H A DSTAT.pm167 mkpath($test_dir);
170 unless (chmod(0755, $test_dir)) {
259 mkpath($test_dir);
378 mkpath($test_dir);
394 unless (chdir($test_dir)) {
503 mkpath($test_dir);
519 unless (chdir($test_dir)) {
632 mkpath($test_dir);
648 unless (chdir($test_dir)) {
758 mkpath($test_dir);
[all …]
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Commands/
H A DSTAT.pm167 mkpath($test_dir);
170 unless (chmod(0755, $test_dir)) {
259 mkpath($test_dir);
378 mkpath($test_dir);
394 unless (chdir($test_dir)) {
503 mkpath($test_dir);
519 unless (chdir($test_dir)) {
632 mkpath($test_dir);
648 unless (chdir($test_dir)) {
758 mkpath($test_dir);
[all …]

12345678910>>...131