Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
QA: use individual fixture dirs for test files
Browse files Browse the repository at this point in the history
  • Loading branch information
amerlyq authored and albfan committed Dec 17, 2015
1 parent bd5c4d1 commit 83ccaf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ get_deps() {
}

urun() { local file="$1" name="$2" cmd
cp -r "$PJROOT/t/fixture" . && bash "$PJROOT/t/${name}.sh" >/dev/null 2>&1
cp -rT "$PJROOT/t/$name" ./fixture || return
# bash "$PJROOT/t/${name}.sh" >/dev/null 2>&1 # REGR?CHECK: currently useless
cmd="$EDITOR -i NONE -u NONE -U NONE -nNesS '$PJROOT/scripts/helper.vim'"
cmd+=" -c 'Vader!' -c 'echo\"\"\|qall!' -- '${file}'"
if ! ((VERBOSE)); then cmd+=' 2>/dev/null'; else
Expand Down

0 comments on commit 83ccaf9

Please sign in to comment.