Travis: reverse grep command order

This commit is contained in:
Thomas Krijnen
2019-05-15 19:43:36 +02:00
committed by GitHub
parent 7296bd1382
commit fa8ff0d878
+1 -1
View File
@@ -50,7 +50,7 @@ script:
- /usr/local/bin/IfcConvert -yv acad2010_walls.ifc acad2010_walls.glb
- gltf_validator acad2010_walls.glb
- python -c "from __future__ import print_function; from io import open; import ifcopenshell; f = ifcopenshell.open('encoding.ifc'); print(f[1][0], file=open('encoding.txt', 'w', encoding='utf-8'))" && grep encoding.txt "'a' 1m³ ≤ 5m³ ≥ 10m³"
- python -c "from __future__ import print_function; from io import open; import ifcopenshell; f = ifcopenshell.open('encoding.ifc'); print(f[1][0], file=open('encoding.txt', 'w', encoding='utf-8'))" && grep "'a' 1m³ ≤ 5m³ ≥ 10m³" encoding.txt
- |
(for i in *.ifc; do \