Skip to content

Commit

Permalink
Fix test/instance number separator
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Mar 29, 2014
1 parent d2115bc commit b0a1ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/runtests.sh
Expand Up @@ -31,8 +31,8 @@ do
#
echo "Test-Name = \"$BASE\"," >> .request
echo 'Test-Number = ' $NUMBER >> .request

mv .request .cache/$BASE:$NUMBER
mv .request ".cache/${BASE}_${NUMBER}"
done
done

Expand Down

0 comments on commit b0a1ae0

Please sign in to comment.