浏览代码

[fish] Fix djtest function

Colin Powell 5 年之前
父节点
当前提交
c1a3a61936
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fish/.config/fish/functions/djtest.fish

+ 1 - 1
fish/.config/fish/functions/djtest.fish

@@ -1,3 +1,3 @@
 function djtest
-	DJANGO_SETTINGS_MODULE=ff.settings.ci python manage.py test $1
+	DJANGO_SETTINGS_MODULE=ff.settings.ci python manage.py test $argv
 end