translator: add run once to tests
This commit is contained in:
@@ -87,4 +87,8 @@ for i in $TESTS; do
|
|||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo -e "${lightRed}Error running test${nc}"
|
echo -e "${lightRed}Error running test${nc}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$2" == "--once" ]; then
|
||||||
|
exit
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user