We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a380b4 commit c125327Copy full SHA for c125327
tests/DS/sds_detect_version/Makefile.am
@@ -3,6 +3,7 @@ CLEANFILES = *.log *.results oscap_debug.log.*
3
4
TESTS_ENVIRONMENT= \
5
builddir=$(top_builddir) \
6
+ srcdir=$(top_srcdir) \
7
OSCAP_FULL_VALIDATION=1 \
8
$(top_builddir)/run
9
tests/DS/sds_detect_version/test_detect_version.sh
@@ -28,7 +28,7 @@ function test_oscap_info {
28
rm $ds
29
}
30
31
-SDS=$(find $builddir/schemas/sds -maxdepth 1 -mindepth 1 -type d -printf '%f\n')
+SDS=$(find $srcdir/schemas/sds -maxdepth 1 -mindepth 1 -type d -printf '%f\n')
32
33
for sds_version in $SDS
34
do
0 commit comments