Commented out distclean before check-license test to avoid error message
This commit is contained in:
parent
edda8e7d6a
commit
3352033eb8
@ -39,7 +39,7 @@ shift
|
|||||||
# Organizing the tests from "fast" to "slow"
|
# Organizing the tests from "fast" to "slow"
|
||||||
|
|
||||||
# Check license header info
|
# Check license header info
|
||||||
( cd $src_dir; make distclean )
|
#( cd $src_dir; make distclean )
|
||||||
./test.sh check-license.sh $src_dir/..
|
./test.sh check-license.sh $src_dir/..
|
||||||
mv -f check-license.??? $output_dir
|
mv -f check-license.??? $output_dir
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user