make sure skeleton tests are separate for (future) project tests
This commit is contained in:
parent
7baefc958d
commit
af79b01fff
1
init.sh
1
init.sh
|
|
@ -52,6 +52,7 @@ git remote remove origin
|
||||||
|
|
||||||
# remove this script from the project (but keep on disk for now)
|
# remove this script from the project (but keep on disk for now)
|
||||||
git rm --cached init.sh
|
git rm --cached init.sh
|
||||||
|
git rm -r skel-test
|
||||||
|
|
||||||
# escape HTML special characters (&, <, and >), but also sed special characters (& again, \, and /)
|
# escape HTML special characters (&, <, and >), but also sed special characters (& again, \, and /)
|
||||||
htmlname=$(echo -n "$name" | sed 's/&/\&/g; s/</\</g; s/>/\>/g; s:[\\/&]:\\&:g')
|
htmlname=$(echo -n "$name" | sed 's/&/\&/g; s/</\</g; s/>/\>/g; s:[\\/&]:\\&:g')
|
||||||
|
|
|
||||||
3
skel-test/README.md
Normal file
3
skel-test/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Self-tests
|
||||||
|
|
||||||
|
This directory contains self-tests for the skeleton itself. It should be removed when starting a new project.
|
||||||
Loading…
Reference in New Issue
Block a user