Hi, I have attempted to reproduce the example of executing tests on cpp_peglib-buggy-1 as show in the readme file.
I have executed following commands
python bugscpp/bugscpp.py checkout cpp_peglib 1 --buggy
python bugscpp/bugscpp.py build ./cpp_peglib/buggy-1
python bugscpp/bugscpp.py test ./cpp_peglib/buggy-1
However, for all the tests in cpp_peglib-buggy-1, results in a failure with output file looking like this:
cat: DPP_TEST_INDEX: No such file or directory
bash: : command not found
Is there any suggestion to fix this issue and succefully reproduce the example in readme file? Thank you.