mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Python: Flip test expectation
This test should now validate that we no longer have dataset check errors even when there are unencodable characters.
This commit is contained in:
@@ -13,7 +13,6 @@ rm -rf db
|
|||||||
|
|
||||||
$CODEQL database create db --language python --source-root repo_dir/
|
$CODEQL database create db --language python --source-root repo_dir/
|
||||||
|
|
||||||
# Note the negation in front -- it witnesses the fact that currently the dataset check FAILS.
|
$CODEQL dataset check db/db-python
|
||||||
! $CODEQL dataset check db/db-python
|
|
||||||
|
|
||||||
echo "Test successfully completed."
|
echo "Test successfully completed."
|
||||||
|
|||||||
Reference in New Issue
Block a user