check for output directory

This commit is contained in:
Remzi Arpaci-Dusseau
2019-02-15 05:02:34 -06:00
parent d718e39375
commit d51ce2891a

View File

@@ -23,6 +23,10 @@ check_test () {
return 0
}
if [[ ! -d tests-out ]]; then
mkdir tests-out
fi
(( testnum = 1 ))
while true; do