CodeFactor review
This commit is contained in:
@@ -653,5 +653,4 @@ TEST_F(DatabaseFixture, Release_meanBitrate)
|
|||||||
track3.get().modify()->setRelease(release1.get());
|
track3.get().modify()->setRelease(release1.get());
|
||||||
}
|
}
|
||||||
checkExpectedBitrate(192); // 0 should not be taken into account
|
checkExpectedBitrate(192); // 0 should not be taken into account
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -8,7 +8,7 @@ fi
|
|||||||
# make any command failure exit
|
# make any command failure exit
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
read -s -p "Enter password: " user_password
|
read -r -s -p "Enter password: " user_password
|
||||||
echo
|
echo
|
||||||
|
|
||||||
# Retrieve the argument from the command line
|
# Retrieve the argument from the command line
|
||||||
|
|||||||
Reference in New Issue
Block a user