Teach runtests.sh the -n arg.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 6 Apr 2013 20:56:40 +0000 (22:56 +0200)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 6 Apr 2013 20:56:40 +0000 (22:56 +0200)
commit0c0f31c4efd2b4d849aaf8efaee7ecf6829d4f6c
treeb63f3a8ef139e7f32a0e798257dc65a9a3b506c9
parent7d503a897bddfadcd98d278bdb648503485a19de
Teach runtests.sh the -n arg.

If you give "-n 8" to runtests, it thinks, it got
"-n" -- a nice option, ignored.
"8"  -- Oh! a single test named "8" to run, so no need to
        run all the GMG tests.

Well, that's not what we want. So runtests now knows about
-n taking an arg.
runtests.sh