Commented out distclean before check-license test to avoid error message

This commit is contained in:
Rob Falgout 2019-09-30 07:53:44 -07:00
parent edda8e7d6a
commit 3352033eb8

View File

@ -39,7 +39,7 @@ shift
# Organizing the tests from "fast" to "slow"
# Check license header info
( cd $src_dir; make distclean )
#( cd $src_dir; make distclean )
./test.sh check-license.sh $src_dir/..
mv -f check-license.??? $output_dir