Skip to content
Permalink
Browse files
fix not_valgrind.inc not to error out in embedded
  • Loading branch information
vuvova committed May 30, 2022
1 parent 8b19f52 commit 2840d77
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,4 +1,4 @@
--require include/not_valgrind.require
--disable_query_log
eval select $VALGRIND_TEST as using_valgrind;
eval select $VALGRIND_TEST+0 as using_valgrind;
--enable_query_log

0 comments on commit 2840d77

Please sign in to comment.