mirror of
https://github.com/home-assistant/core.git
synced 2026-09-12 11:38:47 +01:00
Put scripts in scripts folder
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
# If current pwd is scripts, go 1 up.
|
||||
if [ ${PWD##*/} == "scripts" ]; then
|
||||
cd ..
|
||||
fi
|
||||
|
||||
python3 -m unittest discover tests
|
||||
Reference in New Issue
Block a user