Home
last modified time | relevance | path

Searched refs:testbase (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/devel/py-btest/btest-0.71/testing/
H A Dbtest.cfg6 TmpDir = %(testbase)s/.tmp
7 BaselineDir = %(testbase)s/Baseline
11 Initializer = test -f btest.cfg || cp %(testbase)s/btest.tests.cfg btest.cfg; echo >/dev/null
14 PATH=%(testbase)s/..:%(testbase)s/../sphinx:%(testbase)s/Scripts:%(default_path)s
15 SCRIPTS=%(testbase)s/Scripts
16 TMPDIR=%(testbase)s/.tmp
17 # BTEST_CFG=%(testbase)s/btest.tests.cfg
H A Dbtest.tests.cfg9 BaselineDir = %(testbase)s/Baseline
14 ENV2=%(testbase)s
16 ENV4=`echo \(%(testbase)s=%(testbase)s\)`
22 cat=%(testbase)s/../../Scripts/test-filter
/dports/security/py-zkg/package-manager-2.12.0/testing/
H A Dbtest.cfg3 TmpDir = %(testbase)s/.tmp
7 Initializer = %(testbase)s/scripts/initializer
12 PATH=%(testbase)s/scripts:%(default_path)s
13 SCRIPTS=%(testbase)s/scripts
14 SOURCES=%(testbase)s/sources
15 PACKAGES=%(testbase)s/packages
16 TEMPLATES=%(testbase)s/templates
/dports/net/rsync/rsync-3.2.3/
H A Druntests.sh272 testbase=`echo $testscript | sed -e 's!.*/!!' -e 's/.test\$//'`
273 scratchdir="$scratchbase/$testbase"
289 echo "----- $testbase log follows"
291 echo "----- $testbase log ends"
293 echo "----- $testbase rsyncd.log follows"
295 echo "----- $testbase rsyncd.log ends"
301 echo "PASS $testbase"
308 echo "SKIP $testbase ($whyskipped)"
316 echo "XFAIL $testbase"
320 echo "FAIL $testbase"
/dports/devel/libdwarf/dwarf-20161124/dwarfdump/
H A Dhelpertree.c153 struct Helpertree_Base_s testbase; variable
160 re = helpertree_add_entry(0x1000,0,&testbase); in main()
165 re = helpertree_add_entry(0x2000,0,&testbase); in main()
171 re = helpertree_find(0x1000,&testbase); in main()
176 re = helpertree_find(0x2000,&testbase); in main()
181 re = helpertree_find(0x2004,&testbase); in main()
186 helpertree_clear_statistics(&testbase); in main()
/dports/devel/dwarfdump/dwarf-20161124/dwarfdump/
H A Dhelpertree.c153 struct Helpertree_Base_s testbase; variable
160 re = helpertree_add_entry(0x1000,0,&testbase); in main()
165 re = helpertree_add_entry(0x2000,0,&testbase); in main()
171 re = helpertree_find(0x1000,&testbase); in main()
176 re = helpertree_find(0x2000,&testbase); in main()
181 re = helpertree_find(0x2004,&testbase); in main()
186 helpertree_clear_statistics(&testbase); in main()
/dports/misc/findutils/findutils-4.8.0/locate/testsuite/config/
H A Dunix.exp108 set testbase [file rootname $scriptname]
109 set testname [file tail $testbase]
184 set testbase [file rootname $scriptname]
185 set testname [file tail $testbase]
187 set outfile "$testbase.xo"
189 set updatedb_infile "[file dirname [file dirname $testbase]]/inputs/$updatedb_infile"
194 set locate_infile "[file dirname [file dirname $testbase]]/inputs/$locate_infile"
273 set testbase [file rootname $scriptname]
274 set testname [file tail $testbase]
278 set outfile "$testbase.xo"
/dports/devel/py-btest/btest-0.71/examples/sphinx/
H A Dbtest.cfg4 TmpDir = %(testbase)s/.tmp
5 BaselineDir = %(testbase)s/Baseline
9 PATH=%(testbase)s/../../:%(testbase)s/../../sphinx:%(default_path)s
/dports/devel/py-btest/btest-0.71/
H A Dbtest.cfg.example4 TmpDir = %(testbase)s/.tmp
5 BaselineDir = %(testbase)s/Baseline
12 PATH=%(testbase)s/bin:%(default_path)s
15 cat=%(testbase)s/examples/my-filter
/dports/devel/p5-Module-Install-TestBase/Module-Install-TestBase-0.86/lib/Module/Install/
H A DTestBase.pod14 …et/module-install-testbase-pm"><img src="https://travis-ci.org/ingydotnet/module-install-testbase-…
15 …stall-testbase-pm?branch=master"><img src="https://coveralls.io/repos/ingydotnet/module-install-te…
/dports/net/samba412/samba-4.12.15/
H A D.gitlab-ci.yml99 …I_AUTOBUILD_ENABLE_COVERAGE --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase"
100 …I_AUTOBUILD_ENABLE_COVERAGE --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
109 …CI_AUTOBUILD_ENABLE_COVERAGE --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
110 …CI_AUTOBUILD_ENABLE_COVERAGE --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
111 …CI_AUTOBUILD_ENABLE_COVERAGE --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
112 …CI_AUTOBUILD_ENABLE_COVERAGE --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
113 …CI_AUTOBUILD_ENABLE_COVERAGE --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
114 …CI_AUTOBUILD_ENABLE_COVERAGE --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/
H A Dt_sn2princ.py21 def testbase(host, nametype, princhost, princrealm, env=None): function
32 testbase(host, 'srv-hst', princhost, princrealm)
36 testbase(host, 'srv-hst', princhost, princrealm, env=no_canon)
40 testbase(host, 'srv-hst', princhost, princrealm, env=no_rdns)
44 testbase(host, 'unknown', princhost, princrealm)
48 testbase(host, 'srv-hst', princhost, princrealm, env=fallback_canon)
/dports/misc/findutils/findutils-4.8.0/xargs/testsuite/config/
H A Dunix.exp78 set testbase [file rootname $scriptname]
79 set testname [file tail $testbase]
92 set outfile "$testbase.xo"
94 set infile "[file dirname [file dirname $testbase]]/inputs/$infile"
102 set errfile "$testbase.xe"
/dports/games/dhewm3/dhewm3-1.5.1/neo/sys/aros/
H A Daros_dos.cpp372 idStr testbase; in Sys_DefaultBasePath() local
379 testbase = adoom3_basepath; testbase += "/"; testbase += BASE_GAMEDIR; in Sys_DefaultBasePath()
382 if ((pathLock = Lock(testbase.c_str(), SHARED_LOCK)) != BNULL) in Sys_DefaultBasePath()
401 testbase = adoom3_basepath; testbase += "/"; testbase += BASE_GAMEDIR; in Sys_DefaultBasePath()
404 if ((pathLock = Lock(testbase.c_str(), SHARED_LOCK)) != BNULL) in Sys_DefaultBasePath()
/dports/security/krb5/krb5-1.19.2/src/tests/
H A Dt_sn2princ.py22 def testbase(host, nametype, princhost, princrealm, env=None): function
33 testbase(host, 'srv-hst', princhost, princrealm)
37 testbase(host, 'srv-hst', princhost, princrealm, env=no_canon)
41 testbase(host, 'srv-hst', princhost, princrealm, env=no_rdns)
45 testbase(host, 'unknown', princhost, princrealm)
49 testbase(host, 'srv-hst', princhost, princrealm, env=fallback_canon)
/dports/devel/p5-Module-Install-TestBase/Module-Install-TestBase-0.86/
H A DMETA.yml26 bugtracker: https://github.com/ingydotnet/module-install-testbase-pm/issues
27 homepage: https://github.com/ingydotnet/module-install-testbase-pm
28 repository: https://github.com/ingydotnet/module-install-testbase-pm.git
H A DCONTRIBUTING14 https://github.com/ingydotnet/module-install-testbase-pm
18 git clone https://github.com/ingydotnet/module-install-testbase-pm
23 https://github.com/ingydotnet/module-install-testbase-pm/issues
27 https://github.com/ingydotnet/module-install-testbase-pm/pulls
/dports/devel/py-btest/btest-0.71/testing/Scripts/
H A Dstrip-test-base5 testbase=$(cd "$dir/.." && pwd)
6 sed "s#${testbase}#<...>#g"
/dports/net/samba412/samba-4.12.15/script/
H A Dautobuild.py100 testbase = "%s/b%u" % (options.testbase, os.getpid()) variable
101 test_master = "%s/master" % testbase
102 test_prefix = "%s/prefix" % testbase
103 test_tmpdir = "%s/tmp" % testbase
856 self.test_source_dir = "%s/%s" % (testbase, self.tag)
992 'df -m %s' % testbase]:
1029 run_cmd("stat %s" % testbase, show=True)
1258 os.makedirs(testbase)
1261 cleanup_list.append(testbase)
1264 logfile = os.path.join(testbase, "log")
[all …]
/dports/misc/findutils/findutils-4.8.0/find/testsuite/config/
H A Dunix.exp86 set testbase [file rootname $scriptname]
111 set test [file tail $testbase]
122 set outfile "$testbase.xo"
124 set infile "[file dirname [file dirname $testbase]]/inputs/$infile"
/dports/math/jags/JAGS-4.3.0/src/modules/base/
H A DMakefile.in154 am__libbasetest_la_SOURCES_DIST = testbase.cc testbase.h
155 @CANCHECK_TRUE@am_libbasetest_la_OBJECTS = libbasetest_la-testbase.lo
459 @CANCHECK_TRUE@libbasetest_la_SOURCES = testbase.cc testbase.h
561 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbasetest_la-testbase.Plo@am__quote@
594 libbasetest_la-testbase.lo: testbase.cc
595 …la-testbase.lo -MD -MP -MF $(DEPDIR)/libbasetest_la-testbase.Tpo -c -o libbasetest_la-testbase.lo …
596 …X_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libbasetest_la-testbase.Tpo $(DEPDIR)/libbasetest_la-testbas…
599 …_CXXFLAGS) $(CXXFLAGS) -c -o libbasetest_la-testbase.lo `test -f 'testbase.cc' || echo '$(srcdir)/…
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/testlibrary/jittester/conf/
H A Ddefault.properties3 testbase-dir=testbase
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/testlibrary/jittester/conf/
H A Ddefault.properties3 testbase-dir=testbase
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/testlibrary/jittester/conf/
H A Ddefault.properties3 testbase-dir=testbase
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/testlibrary/jittester/conf/
H A Ddefault.properties3 testbase-dir=testbase

12345678910