We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc39ae5 commit ae4a4bbCopy full SHA for ae4a4bb
python/extractor/cli-integration-test/string-encoding/test.sh
@@ -13,7 +13,6 @@ rm -rf db
13
14
$CODEQL database create db --language python --source-root repo_dir/
15
16
-# Note the negation in front -- it witnesses the fact that currently the dataset check FAILS.
17
-! $CODEQL dataset check db/db-python
+$CODEQL dataset check db/db-python
18
19
echo "Test successfully completed."
0 commit comments