work on debugging rules
[pspp] / tests / output / pivot-table-test.c
index 67edc0481fa8d8d99c0df7fb563f794eb9b4a2e4..5eff6b2ef746c0761a8814627184fff9ed09fb13 100644 (file)
@@ -127,7 +127,7 @@ configure_drivers (int width, int length UNUSED, int min_break)
     string_map_insert (&options, "box", box);
   register_driver (&options, "-");
 
-
+#if 0
   /* Render to <base>.pdf. */
   string_map_insert (&options, "top-margin", "0");
   string_map_insert (&options, "bottom-margin", "0");
@@ -148,7 +148,7 @@ configure_drivers (int width, int length UNUSED, int min_break)
   register_driver (&options, "%s.spv", output_base);
   register_driver (&options, "%s.html", output_base);
   register_driver (&options, "%s.tex", output_base);
-
+#endif
   string_map_destroy (&options);
 }