It would be nice if "testkjs a.js" worked. I have a bunch of tools for fuzzing and testcase reduction that don't expect to have to pass extra arguments like "-f".
Created attachment 21569 [details] Proposed patch
Comment on attachment 21569 [details] Proposed patch + fprintf(stderr, "Usage: testkjs [options] [files] [-- arguments]\n"); Looks like it's really [options and files], but I guess it's okay for the usage message to suggest separating them. r=me
Landed in r34437.