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:
10
.test262/uncull
Executable file
10
.test262/uncull
Executable 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
|
||||
Reference in New Issue
Block a user