mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
Add a script/test file for ❤️ and :money:
This commit is contained in:
11
script/test
Executable file
11
script/test
Executable file
@@ -0,0 +1,11 @@
|
||||
#! /bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
TEST_FILES="test/test*.rb"
|
||||
else
|
||||
TEST_FILES="$@"
|
||||
fi
|
||||
|
||||
/usr/bin/env ruby -I"lib:test" -r rake -r rake/rake_test_loader ${TEST_FILES}
|
||||
Reference in New Issue
Block a user