This commit is contained in:
Fred-Barclay 2018-12-28 21:43:12 -06:00
parent 28a7d0bcf2
commit 9b1efed6d4
No known key found for this signature in database
GPG key ID: 7338CE369A928102

View file

@ -64,6 +64,7 @@ clean:
rm -f test/environment/logfile*
rm -f test/environment/index.html
rm -f test/environment/wget-log
rm -rf test/fcopy/dest
rm -f test/sysutils/firejail_t*
cd test/compile; ./compile.sh --clean; cd ../..
@ -288,7 +289,7 @@ test-travis: test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sy
##########################################
# Individual tests, some of them require root access
# The tests are very intrussive, by the time you are done
# The tests are very intrusive, by the time you are done
# with them you will need to restart your computer.
##########################################