fix src copy issue
This commit is contained in:
parent
7654b20e28
commit
902a53ba8b
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ rm data/.ignore
|
|||
cp test_data/.ignore data/
|
||||
|
||||
rm -r data/src
|
||||
cp -r test_data/src/ data/
|
||||
cp -r test_data/src data/
|
||||
|
||||
rm data/about.html
|
||||
cp test_data/about.html data/
|
||||
|
|
@ -27,4 +27,4 @@ cp test_data/index.html data/
|
|||
python distribusi/test.py -t -d ./data/
|
||||
|
||||
#monitoring each command invokations (off)
|
||||
set +x
|
||||
set +x
|
||||
Loading…
Reference in a new issue