1
0
mirror of https://github.com/robertkrimen/otto synced 2025-10-26 20:28:49 +08:00

Better test262 test procedure

This commit is contained in:
Robert Krimen
2012-10-16 15:53:01 -07:00
parent f5540f1472
commit 38a017b0dd
6 changed files with 67 additions and 12 deletions

10
.test262/uncull Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
if [ ! -d data/test/suite.base ]
then
echo "Can't uncull because \"./data/test/suite.base\" is missing"
exit 64
fi
rm -rf data/test/suite
mv data/test/suite.base data/test/suite