Added gitingore
This commit is contained in:
parent
a342f809c0
commit
17c77fe7e2
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
*.log
|
||||||
|
*.aux
|
||||||
|
*.pdf
|
||||||
|
auto
|
7
tests/.gitignore
vendored
Normal file
7
tests/.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
*.error
|
||||||
|
*.hex
|
||||||
|
*.elf
|
||||||
|
*.output
|
||||||
|
*.tex
|
||||||
|
*.log
|
||||||
|
*.aux
|
@ -106,7 +106,7 @@ do_test()
|
|||||||
# grab the actual output & exit value
|
# grab the actual output & exit value
|
||||||
pdflatex -halt-on-error -shell-escape "$file".tex 1> $file.output 2> $file.error
|
pdflatex -halt-on-error -shell-escape "$file".tex 1> $file.output 2> $file.error
|
||||||
actual_exit_value=$?
|
actual_exit_value=$?
|
||||||
rm -f "$file.tex" *.log *.aux *.pdf
|
rm -f *.log *.aux *.pdf
|
||||||
|
|
||||||
if [ "$actual_exit_value" -ne 0 ]; then
|
if [ "$actual_exit_value" -ne 0 ]; then
|
||||||
error " Actual exit value does not match the expected one."
|
error " Actual exit value does not match the expected one."
|
||||||
|
Loading…
Reference in New Issue
Block a user