about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-03-25 18:09:50 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-03-25 18:09:50 -0700
commit6de26237ff5c596084caea6e0a9158c22692f566 (patch)
tree8c18fa7b67b19cc233f26ad150ebac8b5c1f3d7f
parentcc5805dc5f6d35f13c1f8c05d35cc37272e31d7c (diff)
downloadmu-6de26237ff5c596084caea6e0a9158c22692f566.tar.gz
970
-rwxr-xr-xcpp/build_and_test_until2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/build_and_test_until b/cpp/build_and_test_until
index 4e5beb8c..d23de2e1 100755
--- a/cpp/build_and_test_until
+++ b/cpp/build_and_test_until
@@ -5,7 +5,7 @@
 set -e
 set -v
 make tangle/tangle
-./tangle/tangle --until $* > mu.cc
+./tangle/tangle --until $* |grep -v "^\s*//:" > mu.cc
 make autogenerated_lists
 g++ -g -Wall -Wextra -fno-strict-aliasing mu.cc -o mu
 ./mu test