fix src copy issue

This commit is contained in:
Sewon Ahn 2021-09-12 14:41:39 +09:00
parent 7654b20e28
commit 902a53ba8b

View file

@ -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