We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b83ac3 commit 03448b4Copy full SHA for 03448b4
rewatch/tests/compile.sh
@@ -5,7 +5,7 @@ cd ../testrepo
5
6
bold "Test: It should compile"
7
8
-if rewatch clean ;
+if rewatch clean &> /dev/null;
9
then
10
success "Repo Cleaned"
11
else
0 commit comments