summaryrefslogtreecommitdiffstats
path: root/test/w3c/convert-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/convert-tests.sh')
-rwxr-xr-xtest/w3c/convert-tests.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/w3c/convert-tests.sh b/test/w3c/convert-tests.sh
index 42f8fce..a8357aa 100755
--- a/test/w3c/convert-tests.sh
+++ b/test/w3c/convert-tests.sh
@@ -20,4 +20,7 @@ do
done
cp txml/*.txt ecma/
-cp txml/*.txt xpath/ \ No newline at end of file
+cp txml/*.txt xpath/
+
+find ./ecma -type f -exec grep -Ili 'datamodel="xpath"' {} \; |xargs rm -fv
+find ./xpath -type f -exec grep -Ili 'datamodel="ecmascript"' {} \; |xargs rm -fv \ No newline at end of file