Skip to content

Commit

Permalink
Fix minor things
Browse files Browse the repository at this point in the history
  • Loading branch information
verifit committed Oct 26, 2023
1 parent 433799c commit c354d32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ You can test, that everything is set up correctly by running `pyintepret` comman
To test that the environment is working correctly run the following script:

```shell
./run_test.sh
./run_smoke_test.sh
```

This will run only `b-smt` benchmark, with timeout `60s`, and runs only
Expand Down
2 changes: 1 addition & 1 deletion generate_figs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# coding: utf-8

# System Packages
Expand Down
2 changes: 1 addition & 1 deletion run_smoke_test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
rm -rf ./results/data/smoke-test || true
./run_all.sh --test-run --jobs 1 --b-smt --timeout 60 --output-dir smoke-test --test-run-count 2
./run_all.sh --test-run --jobs 1 --b-smt --output-dir smoke-test --test-run-count 2 --timeout 60

0 comments on commit c354d32

Please sign in to comment.