Changeset: 94305ef7b1f1 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=94305ef7b1f1
Modified Files:
        monetdb5/modules/mal/Tests/tracer00.malC
        monetdb5/modules/mal/tracer.c
        monetdb5/modules/mal/tracer.mal
Branch: gdk_tracer
Log Message:

Added some test cases, exposed GDKtracer_log for testing only to the MAL layer


diffs (30 lines):

diff --git a/monetdb5/modules/mal/Tests/tracer00.malC 
b/monetdb5/modules/mal/Tests/tracer00.malC
--- a/monetdb5/modules/mal/Tests/tracer00.malC
+++ b/monetdb5/modules/mal/Tests/tracer00.malC
@@ -125,4 +125,4 @@ logging.resetadapter();
 
 # log & flush
 logging.log();
-logging.flush();
\ No newline at end of file
+logging.flush();
diff --git a/monetdb5/modules/mal/tracer.c b/monetdb5/modules/mal/tracer.c
--- a/monetdb5/modules/mal/tracer.c
+++ b/monetdb5/modules/mal/tracer.c
@@ -130,4 +130,4 @@ TRACERlog(void)
     TRC_INFO(MAL_DATAFLOW, "An INFO message\n");
     
     return MAL_SUCCEED;
-}
\ No newline at end of file
+}
diff --git a/monetdb5/modules/mal/tracer.mal b/monetdb5/modules/mal/tracer.mal
--- a/monetdb5/modules/mal/tracer.mal
+++ b/monetdb5/modules/mal/tracer.mal
@@ -45,4 +45,4 @@ comment "Reset the adapter";
 # Exposed only in MAL layer - for testing
 command log()
 address TRACERlog
-comment "Create a log message";
\ No newline at end of file
+comment "Create a log message";
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to