Tests: Make nag work
Note to self: Even the most trivial change needs to be tested for idiocy.
This commit is contained in:
@@ -55,7 +55,7 @@ run_all_parallel() {
|
|||||||
rm _run_all_parallel.txt
|
rm _run_all_parallel.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ ! -z "$1" ] && [ "$1" -ne "--verbose" ] && [ "$1" -ne "--fast" ];
|
if [ ! -z "$1" ] && [ "$1" != "--verbose" ] && [ "$1" != "--fast" ];
|
||||||
then
|
then
|
||||||
echo "Did you mean --fast or --verbose?"
|
echo "Did you mean --fast or --verbose?"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user