summary refs log tree commit diff
path: root/pkgs/development/ruby-modules/runtests.sh
diff options
context:
space:
mode:
authorJudson <nyarly@gmail.com>2017-07-02 17:18:58 -0700
committerJudson <nyarly@gmail.com>2017-07-02 17:18:58 -0700
commit0641253ae66d748b5ff0562c4edba3f9502a38e3 (patch)
tree3b636a598821de054cf5413457f23aca6604683e /pkgs/development/ruby-modules/runtests.sh
parente149f0234451e6ac714492076e5796546a2b035b (diff)
downloadnixpkgs-0641253ae66d748b5ff0562c4edba3f9502a38e3.tar
nixpkgs-0641253ae66d748b5ff0562c4edba3f9502a38e3.tar.gz
nixpkgs-0641253ae66d748b5ff0562c4edba3f9502a38e3.tar.bz2
nixpkgs-0641253ae66d748b5ff0562c4edba3f9502a38e3.tar.lz
nixpkgs-0641253ae66d748b5ff0562c4edba3f9502a38e3.tar.xz
nixpkgs-0641253ae66d748b5ff0562c4edba3f9502a38e3.tar.zst
nixpkgs-0641253ae66d748b5ff0562c4edba3f9502a38e3.zip
Small changes in response to review.
Diffstat (limited to 'pkgs/development/ruby-modules/runtests.sh')
-rwxr-xr-xpkgs/development/ruby-modules/runtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ruby-modules/runtests.sh b/pkgs/development/ruby-modules/runtests.sh
index d0faaf971db..8bb8c8a5462 100755
--- a/pkgs/development/ruby-modules/runtests.sh
+++ b/pkgs/development/ruby-modules/runtests.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 set -o xtrace
-pwd
+cd $(dirname $0)
 find . -name text.nix
 testfiles=$(find . -name test.nix)
 nix-build -E "with import <nixpkgs> {}; callPackage testing/driver.nix { testFiles = [ $testfiles ]; }" --show-trace && cat result