aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/tests/perft.bash (renamed from scripts/perft.bash)4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/perft.bash b/scripts/tests/perft.bash
index b3a942a..1338569 100755
--- a/scripts/perft.bash
+++ b/scripts/tests/perft.bash
@@ -15,7 +15,7 @@ testPerft() {
if [ "$count" = "$expected" ]; then
echo "Results match"
echo "Took: $took ms"
- else
+ else
echo "RESULTS DONT MATCH"
echo "Took: $took ms"
echo "Depth: $depth"
@@ -59,4 +59,4 @@ for config in "${configs[@]}"; do
if [ $status -ne 0 ]; then
exit "$status"
fi
-done \ No newline at end of file
+done