Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Cargo.lock
*.pyc
TODO.md
*.diff
!/lexical-parse-float/etc/correctness/Cargo.lock

# Perftools
perf.data
Expand Down
8 changes: 4 additions & 4 deletions ci/comprehensive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ run_tests --all-features

cd "${home}"
if [ ! -z "${EXHAUSTIVE}" ]; then
if [ -z "${PYTHON}" ]; then
PYTHON=python
fi
$PYTHON "${home}/lexical-parse-float/etc/correctness/test-parse-random/runtests.py"
# Test the parse-float correctness tests
cd "${home}"
cd lexical-parse-float/etc/correctness
cargo run "${@}" --release --bin test-parse-random
fi
Loading