test: Don't be noisy when running cd during testing
This commit is contained in:
@@ -29,7 +29,7 @@ for file in `find . -maxdepth 3 -type f -name '*.go'`; do
|
|||||||
done
|
done
|
||||||
rm "$buildout" || true # clean up build mess
|
rm "$buildout" || true # clean up build mess
|
||||||
|
|
||||||
cd - # back to tmp dir
|
cd - >/dev/null # back to tmp dir
|
||||||
rm `basename "$linkto"`
|
rm `basename "$linkto"`
|
||||||
cd ..
|
cd ..
|
||||||
rmdir "$tmpdir" # cleanup
|
rmdir "$tmpdir" # cleanup
|
||||||
|
|||||||
Reference in New Issue
Block a user