]> granicus.if.org Git - graphviz/commitdiff
simplify method of disabling vuln test on appveyor builds
authorJohn Ellson <john.ellson@gmail.com>
Sat, 13 Jul 2019 02:54:26 +0000 (22:54 -0400)
committerJohn Ellson <john.ellson@gmail.com>
Sat, 13 Jul 2019 02:54:26 +0000 (22:54 -0400)
configure.ac
tests/regression_tests/CMakeLists.txt
tests/regression_tests/Makefile.am

index a8634200702c7a17ec887c7750ed41643fc7659a..569d7250300cb99ebc671ed372cd767add99108c 100644 (file)
@@ -3008,6 +3008,7 @@ AC_CONFIG_FILES(Makefile
        tests/unit_tests/lib/common/Makefile
        tests/regression_tests/Makefile
        tests/regression_tests/shapes/Makefile
+       tests/regression_tests/vuln/Makefile
        share/Makefile
        share/examples/Makefile
        share/gui/Makefile
@@ -3016,8 +3017,6 @@ AC_CONFIG_FILES(Makefile
        Doxyfile
        )
 
-#      tests/regression_tests/vuln/Makefile was removed
-
 AC_OUTPUT
 
 dnl ===========================================================================
index da94cc8e69a77e1ab008143309e2e3a6d562bd02..c8f8ddea01a0537c774f5b3589593625ea5bb039 100644 (file)
@@ -1,2 +1,4 @@
 add_subdirectory(shapes)
+
+#### vuln tests cause appveyor build fails because reference is not the same for all os/dist - disabled
 # add_subdirectory(vuln)
index ffb652403242ad28d444121f7092e91f0472ad2d..c472181c13387de9c579f533e17d1a749fb0b534 100644 (file)
@@ -1,4 +1 @@
-# commented out vuln because apparently we need to refresh the reference file
-# SUBDIRS = shapes vuln
-
-SUBDIRS = shapes
+SUBDIRS = shapes vuln