Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial check doesn't provide the cpp file to compile #23

Closed
JVApen opened this issue May 24, 2020 · 2 comments
Closed

Initial check doesn't provide the cpp file to compile #23

JVApen opened this issue May 24, 2020 · 2 comments

Comments

@JVApen
Copy link

JVApen commented May 24, 2020

When your reproduction fails to reproduce, the following is printed out:

  DIR=`mktemp -d`
  cp c:\path\to\t.cpp $DIR
  cd $DIR
  C:\Path\to\checkSuccess.bat c:\path\to\t.cpp
  echo $?

However, if your script relies on the fact that c:\path\to\t.cpp being passed into it, the sanity check fails as this argument isn't being passed. (At least on windows)

@marxin marxin closed this as completed in c52d7b2 May 25, 2020
@JVApen
Copy link
Author

JVApen commented May 25, 2020

I had to update my script to not take the first argument in consideration to get things working, so not sure if this can be considered closed

marxin added a commit that referenced this issue May 25, 2020
@marxin
Copy link
Owner

marxin commented May 25, 2020

Ok, I improved the wording. Note that we copy here the same behavior as CReduce:
https://embed.cs.utah.edu/creduce/
Using C-Reduce section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants