Hi guys,
Just noticed a use case that probably wasn't considered before.
If I'm executing LTP interactively and I provide a single-item set
as input into runltp (e.g. -f syscalls instead of -f syscalls,network)
sed/a for-loop gets stuck waiting to process an EOL / EOF.
Not sure what the best way is to fix this issue for interactive
mode, other than just sed the list if it's comma delimited (grep will
divulge whether or not that's true), or use the string in the for-loop
as-is if it's not comma-delimited?
I assume that runltp_lite.sh suffers from this behavior too since
the constructs are almost the same (why in the heck is there a
runltp_lite.sh if it's just a duplicating a lot of functionality in
runltp??)...
Thanks,
-Garrett
PS. Example:
# insert set -v after the she-bang / header comments.
./runltp -f syscall
# note that activity is blocked indefinitely UNTIL you press <enter>.
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list