Move readme_examples_test.rb
This commit is contained in:
parent
5571ab8f3b
commit
aea59dc9bc
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ run_test()
|
||||||
# main
|
# main
|
||||||
if [ "$(id -u)" != "0" ]; then
|
if [ "$(id -u)" != "0" ]; then
|
||||||
rake clean clobber compile
|
rake clean clobber compile
|
||||||
for file in test/readme_examples_test.rb test/unprivileged/*_test.rb; do
|
for file in test/unprivileged/*_test.rb; do
|
||||||
logfile=".runner.log_$(basename ${file})"
|
logfile=".runner.log_$(basename ${file})"
|
||||||
if run_test "${file}" "${logfile}"; then
|
if run_test "${file}" "${logfile}"; then
|
||||||
echo -n .
|
echo -n .
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require_relative "setup"
|
require_relative "../setup"
|
||||||
|
|
||||||
class ReadmeExamplesTest < Test::Unit::TestCase
|
class ReadmeExamplesTest < Test::Unit::TestCase
|
||||||
require "rbconfig"
|
require "rbconfig"
|
Loading…
Reference in a new issue