1
0
Fork 0
borgbackup_on_android/sync_file_range_test/test.sh

6 lines
209 B
Bash
Raw Normal View History

2017-11-26 00:01:17 +01:00
cd ../sync_file_range_test/
python setup.py build_ext --inplace > setup.log 2> setup.err
python sync_file_range_test.py > test.log 2> test.err
grep "sync_file_range not existent" test.err | tail -n 1 | wc -l