You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well the tracer can execute nodejs files like so
node tracegl filetoexec fileargs
You would have to figure out how these programs actually run from node.
I'm expecting jasmin-node to have a #!/bin/env node at the top of the file for instance.
If thats the case, you can just do node tracegl jasmin-node spec-jasmine
the npm run thing i'm less sure of, you'd have to investigate
Any suggestions on how we could run our spec tests under tracegl?
Commands like these:
The text was updated successfully, but these errors were encountered: