We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After compiling successfully, the make check test failed.
make check
========================================= json-cwx 0.12: tests/test-suite.log ========================================= # TOTAL: 12 # PASS: 11 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: test1 =========== json_object_from_file: error opening file foo.json: No such file or directory ERROR: "test1 " (test1) failed (set VERBOSE=1 to see full output): + diff /lustre/home/.../json-cwx/tests/test1.expected testSubDir/test1.test/test1.out cp "testSubDir/test1.test/test1.out" "/lustre/home/.../json-cwx/tests/test1.expected" json_object_from_file: error opening file foo.json: No such file or directory ERROR: "test1Formatted plain" (test1Formatted_plain) failed (set VERBOSE=1 to see full output): + diff /lustre/home/.../json-cwx/tests/test1Formatted_plain.expected testSubDir/test1.test/test1Formatted_plain.out cp "testSubDir/test1.test/test1Formatted_plain.out" "/lustre/home/.../json-cwx/tests/test1Formatted_plain.expected" json_object_from_file: error opening file foo.json: No such file or directory ERROR: "test1Formatted spaced" (test1Formatted_spaced) failed (set VERBOSE=1 to see full output): + diff /lustre/home/.../json-cwx/tests/test1Formatted_spaced.expected testSubDir/test1.test/test1Formatted_spaced.out cp "testSubDir/test1.test/test1Formatted_spaced.out" "/lustre/home/.../json-cwx/tests/test1Formatted_spaced.expected" json_object_from_file: error opening file foo.json: No such file or directory ERROR: "test1Formatted pretty" (test1Formatted_pretty) failed (set VERBOSE=1 to see full output): + diff /lustre/home/.../json-cwx/tests/test1Formatted_pretty.expected testSubDir/test1.test/test1Formatted_pretty.out cp "testSubDir/test1.test/test1Formatted_pretty.out" "/lustre/home/.../json-cwx/tests/test1Formatted_pretty.expected" FAIL test1.test (exit status: 1)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After compiling successfully, the
make check
test failed.The text was updated successfully, but these errors were encountered: