<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/test/setup_env.sh, branch origin/tests</title>
<subtitle>[no description]</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=origin%2Ftests</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=origin%2Ftests'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/'/>
<updated>2022-04-16T20:13:08Z</updated>
<entry>
<title>rewrite tests (#515)</title>
<updated>2022-04-16T20:13:08Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2022-04-16T20:13:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=fdfa6dbb0e69742029d53f0e163b8e7e7e6860f5'/>
<id>urn:sha1:fdfa6dbb0e69742029d53f0e163b8e7e7e6860f5</id>
<content type='text'>
* rewrite tests to work with meson

This ports our tests to meson and makes them able to be run in parallel.

* add tests to ci

* rewrite test/check-trailing-newlines in bash

This test was using a GNU sed command which does not work on Alpine Linux.</content>
</entry>
<entry>
<title>test/setup_env: ensure that eval_ecolors is available on the path.</title>
<updated>2017-01-31T23:27:13Z</updated>
<author>
<name>William Pitcock</name>
<email>nenolod@dereferenced.org</email>
</author>
<published>2017-01-31T20:48:59Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=85c1930acf15b0c9d3c5537fb2b0409c6a11c982'/>
<id>urn:sha1:85c1930acf15b0c9d3c5537fb2b0409c6a11c982</id>
<content type='text'>
The test environment previously used the system default paths instead of installing the necessary $PATH environment
variable to make finding eval_ecolors work.
This closes #117.

X-Gentoo-Bug: 374191.
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=374191.
</content>
</entry>
<entry>
<title>fix tests</title>
<updated>2016-01-22T18:07:13Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2016-01-22T17:54:16Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=e277ae57efaba3be3eb619fd00084b116c370231'/>
<id>urn:sha1:e277ae57efaba3be3eb619fd00084b116c370231</id>
<content type='text'>
X-Gentoo-Bug: 572602
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=572602
</content>
</entry>
<entry>
<title>checkbashisms: clean up export statements.</title>
<updated>2012-11-07T00:22:33Z</updated>
<author>
<name>Robin H. Johnson</name>
<email>robbat2@gentoo.org</email>
</author>
<published>2012-11-07T00:22:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=1b0130961ebc308bba4c9ced3988558bfac103d9'/>
<id>urn:sha1:1b0130961ebc308bba4c9ced3988558bfac103d9</id>
<content type='text'>
Signed-off-by: Robin H. Johnson &lt;robbat2@gentoo.org&gt;
</content>
</entry>
<entry>
<title>tests: fix the paths</title>
<updated>2012-10-17T23:13:47Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2012-10-17T23:13:47Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=21abe9821cfad8f106761ebaca0b627bac917a2f'/>
<id>urn:sha1:21abe9821cfad8f106761ebaca0b627bac917a2f</id>
<content type='text'>
When the test suite is being run, we need our local directories in PATH
and LD_LIBRARY_PATH before the system directories. This makes sure we
run our tests using the currently built tree.
</content>
</entry>
<entry>
<title>test: You need to run "make" before "make check" will work.</title>
<updated>2011-01-18T01:49:22Z</updated>
<author>
<name>Robin H. Johnson</name>
<email>robbat2@gentoo.org</email>
</author>
<published>2011-01-18T01:49:22Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=eebb2d1b9cf0da22ed654ca7ac97a0ae845802ba'/>
<id>urn:sha1:eebb2d1b9cf0da22ed654ca7ac97a0ae845802ba</id>
<content type='text'>
Signed-off-by: Robin H. Johnson &lt;robbat2@gentoo.org&gt;
</content>
</entry>
<entry>
<title>tests: setup env before reading local files</title>
<updated>2011-01-17T09:07:24Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-01-17T09:07:24Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=1e73fd4b1ec3e09a880a7e00527952c647c19fc6'/>
<id>urn:sha1:1e73fd4b1ec3e09a880a7e00527952c647c19fc6</id>
<content type='text'>
The local files we source might use local binaries (like eval_ecolors),
so setup the env first.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>More unit fixes.</title>
<updated>2008-07-03T13:09:24Z</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-07-03T13:09:24Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=d61f8318962346b3b2a3f13e7b489d2c0c397b94'/>
<id>urn:sha1:d61f8318962346b3b2a3f13e7b489d2c0c397b94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tests now work on NetBSD.</title>
<updated>2008-04-07T09:37:14Z</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-04-07T09:37:14Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=594d98eddca016ef6f74f0a1d07ea4a8c70d193d'/>
<id>urn:sha1:594d98eddca016ef6f74f0a1d07ea4a8c70d193d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>setup a bit of a test framework</title>
<updated>2008-03-24T07:17:05Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2008-03-24T07:17:05Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=486d5176749922bf0eb1ffc7d99a4b1b62740be3'/>
<id>urn:sha1:486d5176749922bf0eb1ffc7d99a4b1b62740be3</id>
<content type='text'>
</content>
</entry>
</feed>
