Fix createScreen.sh (#5145)
Remove UI_TESTS_DIR renaming step It would result in a `cd ~` and then an attempt to rename files in your home directory.
This commit is contained in:
@@ -48,10 +48,6 @@ cd $SCREENS_DIR
|
||||
rename_files
|
||||
cd - > /dev/null
|
||||
|
||||
cd $UI_TESTS_DIR
|
||||
rename_files
|
||||
cd - > /dev/null
|
||||
|
||||
cd $UNIT_TESTS_DIR
|
||||
rename_files
|
||||
cd - > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user