We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae31760 commit e17253fCopy full SHA for e17253f
1 file changed
selfcheck.sh
@@ -1,5 +1,7 @@
1
#!/bin/sh
2
3
+set -x
4
+
5
output=$(./simplecpp simplecpp.cpp -e -f 2>&1)
6
ec=$?
7
errors=$(echo "$output" | grep -v 'Header not found: <')
0 commit comments