Unit Tests
- Prevented test descriptions containing '*' from expanding in the shell.
This commit is contained in:
@@ -8,7 +8,7 @@ then
|
||||
$i > test.log 2>&1
|
||||
while read LINE
|
||||
do
|
||||
echo $LINE
|
||||
echo "$LINE"
|
||||
done < test.log
|
||||
rm test.log
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user