mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
tests: Extend $TEST_FUNCTIONS with predefined functions for skipping tests etc.
Apply this change across all the shell scripts containing tests. Additionally this defines the environment variables $abs_srcdir, $abs_builddir, $top_srcdir, $top_builddir, $abs_top_srcdir and $abs_top_builddir which can now be used throughout test scripts.
This commit is contained in:
@@ -644,7 +644,9 @@ normal test.
|
||||
=item *
|
||||
|
||||
Modify the test so it checks if the C<SLOW=1> environment variable is
|
||||
set, and if I<not> set it skips (ie. returns with exit code 77).
|
||||
set, and if I<not> set it skips (ie. returns with exit code 77). If
|
||||
using C<$TEST_FUNCTIONS>, you can call the function C<slow_test> for
|
||||
this.
|
||||
|
||||
=item *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user