Thanks to visit codestin.com Credit goes to github.com
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 24afd15 commit acb796dCopy full SHA for acb796d
Makefile
@@ -37,7 +37,7 @@ else
37
endif
38
39
versioncheck:
40
- if [ -f expected/$(ISOLATIONCHECKS).out && -f expected/$(ISOLATIONCHECKS)_2.out ] ; \
+ if [ -f expected/$(ISOLATIONCHECKS).out ] && [ -f expected/$(ISOLATIONCHECKS)_2.out ] ; \
41
then \
42
cp expected/$(ISOLATIONCHECKS).out.$(VERSION) cat expected/$(ISOLATIONCHECKS).out ; \
43
cp expected/$(ISOLATIONCHECKS)_2.out.$(VERSION) cat expected/$(ISOLATIONCHECKS)_2.out ; \
0 commit comments