Skip to content

Commit e17253f

Browse files
committed
s
1 parent ae31760 commit e17253f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

selfcheck.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
set -x
4+
35
output=$(./simplecpp simplecpp.cpp -e -f 2>&1)
46
ec=$?
57
errors=$(echo "$output" | grep -v 'Header not found: <')

0 commit comments

Comments
 (0)