correct num regexp
This commit is contained in:
@@ -13,7 +13,7 @@ echo "tests ready!"
|
|||||||
echo
|
echo
|
||||||
|
|
||||||
for t in $(ls tests/*.test); do
|
for t in $(ls tests/*.test); do
|
||||||
num=$(echo $t | grep -Poe '\d+')
|
num=$(echo $t | grep -Poe '\d\d')
|
||||||
echo -n "$num $t... "
|
echo -n "$num $t... "
|
||||||
if [ -f "$t-input.graphml" -o -f "tests/$num-output.txt" ]
|
if [ -f "$t-input.graphml" -o -f "tests/$num-output.txt" ]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user