6-prerelease4
This commit is contained in:
@@ -242,7 +242,6 @@ function testAppendAlias() {
|
||||
echo "Testing alias '$1'"
|
||||
alias $1 2>/dev/null # redirect errrors to keep it lookan clean
|
||||
ret=$?
|
||||
echo -e "\tretcode: $ret"
|
||||
if [ ! $ret -eq 0 ]; then
|
||||
writeToLog "$1 not found, appending to $rcFile"
|
||||
echo "$2" >> "$rcFile"
|
||||
|
||||
@@ -38,11 +38,12 @@ testan:
|
||||
b bash reinstall-esp-idf.sh retool
|
||||
b bash reinstall-esp-idf.sh rt
|
||||
x bash reinstall-esp-idf.sh
|
||||
bash reinstall-esp-idf.sh clearlogs
|
||||
bash reinstall-esp-idf.sh clear
|
||||
bash reinstall-esp-idf.sh cl
|
||||
x bash reinstall-esp-idf.sh clearlogs
|
||||
x bash reinstall-esp-idf.sh clear
|
||||
x bash reinstall-esp-idf.sh clean
|
||||
x bash reinstall-esp-idf.sh cl
|
||||
x bash reinstall-esp-idf.sh interactive
|
||||
bash reinstall-esp-idf.sh i
|
||||
x bash reinstall-esp-idf.sh i
|
||||
bash reinstall-esp-idf.sh nuke
|
||||
bash reinstall-esp-idf.sh n
|
||||
bash reinstall-esp-idf.sh cron
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
6-prerelease3
|
||||
6-prerelease4
|
||||
Reference in New Issue
Block a user