LLNL/dataracebench

-q is not a gnu time flag

Closed this issue · 3 comments

https://linux.die.net/man/1/time

All tests currently fail, because time aborts for unknown flag.

Thanks for reporting this issue. I notice -q option is not available commonly. We will re-evaluate if this option can be removed.

The reason for adding -q option is ThreadSanitizer reports exit code 66 by default. I remove the -q option, but need to add "exitcode=0" for ThreadSanitizer.

Was fixed by 8f8d9fb