tests/run_tests.sh

Wed, 22 Dec 2010 20:39:30 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 22 Dec 2010 20:39:30 +0000
changeset 3948
d0b8fa486458
parent 362
af21058d565e
permissions
-rwxr-xr-x

s2smanager: session.send(): Return the result of send_to_host() (and incidentally make this a tail call \o/)

362
af21058d565e Add run_tests.sh
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 #!/bin/sh
af21058d565e Add run_tests.sh
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2 rm reports/*.report
af21058d565e Add run_tests.sh
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3 lua test.lua $*

mercurial