Skip to content
Open
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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pyter_tool
benchmark
result
BugsInPy
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You will get result of dynamic analysis by this script:
```

The result of dynamic analysis will be stored in `/<each_program_path>/pyter` folder.
For example, you can find dynamic analysis result of pandas-17609 program in `/pyter/benchmark/pandas-113/pyter`.
For example, you can find dynamic analysis result of pandas-17609 program in `/pyter/benchmark/pandas-17609/pyter`.

### 3. Running PyTER

Expand Down Expand Up @@ -115,7 +115,7 @@ You will get result of dynamic analysis by this script:
```

The result of dynamic analysis will be stored in `/<each_program_path>/pyter` folder.
For example, you can find dynamic analysis result of pandas-17609 program in `/pyter/benchmark/pandas-113/pyter`.
For example, you can find dynamic analysis result of pandas-103 program in `/pyter/BugsInPy/benchmark/pandas-103/pyter`.

### 3. Running PyTER

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If you hope to run all benchmarks, then please follow scripts in [INSTALL.md](/I
You can import our container as following script:

```
docker import exmaple.tar pyter
docker import example.tar pyter
```

After then, you can run docker through this script:
Expand All @@ -46,7 +46,7 @@ docker run -it pyter /bin/bash
You should setup serveral paths to run properly our framework:

```
export PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/wonseok/.pyenv/plugins/pyenv-virtualenv/shims:/home/wonseok/.pyenv/shims:/home/wonseok/.pyenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/pyter/BugsInPy/framework/bin
export PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$HOME/.pyenv/plugins/pyenv-virtualenv/shims:$HOME/.pyenv/shims:$HOME/.pyenv/bin:/pyter/BugsInPy/framework/bin
source ~/.bashrc
```

Expand Down
2 changes: 1 addition & 1 deletion docker_run.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker run -e LC_ALL=C.UTF-8 -v /etc/localtime:/etc/localtime:ro -e TZ=Asia/Seoul -it pyter /bin/bash
docker run -e LC_ALL=C.UTF-8 -v /etc/localtime:/etc/localtime:ro -e TZ=$(cat /etc/timezone) -it pyter /bin/bash
Empty file modified ready.sh
100644 → 100755
Empty file.